Reputation: 12935
Does anyone know if there's any documentation/resources the describes the complete process flow of an ASP.Net application? Looking for something that describes IIS handing off the HttpRequest and the usage of the PageParserFilters and such.
Thanks
Upvotes: 2
Views: 104
Reputation: 3548
Much information can be found on Microsoft's ASP.NET application lifecycle overview: http://msdn.microsoft.com/en-us/library/ms178473.aspx
And there's more here: http://msdn.microsoft.com/en-us/library/ms178472.aspx
Upvotes: 4