1

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

sly_Chandan
  • 3,437
  • 12
  • 54
  • 83

3 Answers3

3

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...

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
1

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.

amelvin
  • 8,919
  • 4
  • 38
  • 59
0

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

Community
  • 1
  • 1
Waqas Raja
  • 10,802
  • 4
  • 33
  • 38