I want to know everything that happens when a request is recieved by the web server
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 artic开发者_开发问答le 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
Knowing everything about ASP.NET is a big big task!
Some articles for your endeavour:
- Securely Implement Request Processing, Filtering, and Content Redirection with HTTP Pipelines in ASP.NET
- A low-level Look at the ASP.NET Architecture
- How ASP.NET Web Pages are Processed on the Web Server
- ASP.NET Internals: Request Architecture
but there are tons more out there! Use your good friends Google and/or Bing to help you find those...
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.
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
精彩评论