The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpApplication.ReleaseRequestState Event
.NET Framework (current version)
Occurs after ASP.NET finishes executing all request event handlers. This event causes state modules to save the current state data.
Assembly: System.Web (in System.Web.dll)
When the ReleaseRequestState event is raised, the application is finished with the request and ASP.NET is signaled to store the request state.
For more information about how to handle events, see NIB: Consuming Events.
.NET Framework
Available since 1.1
Available since 1.1
Show: