Quantcast
Channel: Ashish Khandelwal
Viewing all articles
Browse latest Browse all 100

Patterns in the ASP.NET Pipeline

$
0
0
When a client requests an ASPX page from the Web server, the request travels through many steps before ultimately ending up as HTML displayed by the client’s browser. First, the request is processed by IIS and routed to the appropriate ISAPI extension. The ISAPI extension for ASP.NET (aspnet_isapi.dll) routes the request to the ASP.NET worker [...]

Viewing all articles
Browse latest Browse all 100

Trending Articles