1. HttpApplicationFactory creates an instance of HttpApplication based on which virtual directory a web request is for. 2. HttpApplication picks a handler for the request. 3. Once a handler is created the runtime calls the handler's ProcessRequest method. Also,
see The Path of 404.
WhatThe12
Contributor
3416 Points
984 Posts
What hosts an HttpHandler
Mar 02, 2004 08:29 PM|LINK
MilanNegovan
Participant
1421 Points
296 Posts
MVP
Re: What hosts an HttpHandler
Mar 03, 2004 03:40 AM|LINK
http://www.AspNetResources.com
ASP.NET With Emphasis On Web Standards