Answers

Question and Answer:

  Home  ASP Programming

⟩ Explain life cycle of ASP page.

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.

 136 views

More Questions for you: