ASP Programming Question:

Explain life cycle of ASP page.

Tweet Share WhatsApp

Answer:

Active server pages are executed with the help of compiler and then it sent to the MSIL (MICROSOFT INTERMEDIATE LANGUAGE) and then it is sent to cache memory and finally it will be executed in the portable device. Cache will be used between the MSIL to increase the speed of the process. This is the process of the ASP life cycle.

Download ASP Programming PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
What is MSMQ? What is N-tier System?What are the tools used for editing in IIS?