tags:

views:

49

answers:

2

I like to know how ASP.net page works(page lifecyle starting from IIS to weberver process request())

+1  A: 

Here's the lifecycle in gory detail. Good cheat sheet too (PDF link).

JP Alioto
+1  A: 

That is fully documented by MSDN:

ASP.NET Life Cycle

ASP.NET Page Life Cycle Overview

Remy Lebeau - TeamB