Reputation: 3515
I want to know everything that happens when a request is recieved by a web server. Any good articles would help.
I have come across an article but I am not sure if that is everything that needs to be known. Here is the link. http://www.dotnetfunda.com/articles/article821-beginners-guide-how-iis-process-aspnet-request-.aspx
Upvotes: 1
Views: 94
Reputation: 10872
I recently posted a similar answer please have a look asp-net-where-to-put-code-to-redirect-users-without-a-session-to-the-homepage
For quick please check ASP.NET Application Life Cycle
Upvotes: 0
Reputation: 9051
Good articles from @marc_s - so I'll try a different tack. Install Fiddler or one of the other HTTP traffic monitoring tools as a way of monitoring the data packets. That would tell you a lot about HTTP traffic.
Upvotes: 1
Reputation: 754468
Knowing everything about ASP.NET is a big big task!
Some articles for your endeavour:
but there are tons more out there! Use your good friends Google and/or Bing to help you find those...
Upvotes: 3