Home / ASP.NET Wiki / Configuration / File Types / Global.asax

Global.asax

 Rate It (0)

The Global.asax file, also known as the ASP.NET application file, is an optional file that contains code for responding to application-level and session-level events raised by ASP.NET or by HTTPModule.If you remember it's same as global.asa in ASP. The Global.asax file resides in the root directory of an ASP.NET application. At run time, Global.asax is parsed and compiled into a dynamically generated .NET Framework class derived from the HttpApplication base class. ASP.NET is configured so that any direct URL request for the Global.asax file is automatically rejected.

The HTTPApplication class exposes the following events for you to handle.

  • AcquireRequestState
  • AuthenticateRequest
  • AuthorizeRequest
  • BeginRequest
  • EndRequest
  • Error
  • PostRequestHandlerExecute
  • PreRequestHandlerExecute
  • PreSendRequestContent
  • PreSendRequestHeaders
  • ReleaseRequestState
  • ResolveRequestCache
  • UpdateRequestCache

 

Revision number 2, Saturday, November 15, 2008 12:28:49 PM by mbanavige

Comments

i want to change the code below code using calendar control plz help me if(datetimepicker1.Value.Date.Subtract(DateTime.Today.Date).Days>30)

Shortcuts

Table of Contents

Top Wiki Contributors

(last 30 days)

  1. abiruban (1)