Thursday, July 12, 2007

ASP page execution.

When anybody type particular web address of asp page in browser and clicks on go.
Following things happens.
1. IIS takes request and send it to Asp.dll that is asp engine.
2. Engine executes asp page and convert it to pure HTML file and send this to browser.

This is how asp page is executed.