4 references to ConfigurationChange
System.Web (4)
Hosting\IPipelineRuntime.cs (1)
258
HttpRuntime.SetShutdownReason(ApplicationShutdownReason.
ConfigurationChange
, "IIS configuration change");
HttpRuntime.cs (2)
2328
ShutdownAppDomain(ApplicationShutdownReason.
ConfigurationChange
, (message != null) ? message : "CONFIG change");
3322
ShutdownAppDomain(ApplicationShutdownReason.
ConfigurationChange
, message);
Management\WebEvents.cs (1)
1192
case ApplicationShutdownReason.
ConfigurationChange
: