2

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

1 Answer 1

4

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

Sign up to request clarification or add additional context in comments.

1 Comment

These provide a decent amount of information but I'm hoping to get a bit further down to better understand where PageParserFilter and similar classes fit into this flow.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.