0
kicks
The Cost Of Client-Side Redirects In ASP.NET And Using Page Modules
In an ASP.NET application the instances of the HttpApplication class are responsible for handling the requests. These instances are created by the ASP.NET infrastructure and each one may serve many request in its lifetime, however, serving only one at a time.