Class IISApplicationInitializationOptions
Options related to the IIS Application Initialization feature.
public class IISApplicationInitializationOptions
- Inheritance
-
objectIISApplicationInitializationOptions
- Extension Methods
Properties
UseDefaultSystemResponseForPreload
Indicates whether to use the default system response to Preload requests made by the IIS Application Initialization feature.
public bool UseDefaultSystemResponseForPreload { get; set; }
Property Value
- bool
Remarks
If the value is set to true
and a request which is identified as a Preload request made to the root path of localhost domain,
the request is responded with a system defined response with HTTP status 200.
This prevents unexpected errors when system domain is expected for the root path request.