WebEventCodes::ApplicationCompilationStart Field

 

Represents the event code indicating that the compilation of the application has started. This field is constant.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
literal int ApplicationCompilationStart

Field Value

Type: System::Int32

The ApplicationCompilationStart value is a major code and its value is greater than the ApplicationCodeBase value. ASP.NET raises the related WebApplicationLifetimeEvent event when the compilation of the application starts.

.NET Framework
Available since 2.0
Return to top
Show: