Pages

06 June 2011

1.2.2) Website Compilation

Most applications are not precompiled. These pages and the codes are copied to the web server and then dynamically compiled by the web server the first time they are requested by a user. On compilation the code is placed inside an assembly and loaded into your site's application domain. Any user hence wanting the same page the same code will be served by the compiled assembly.

This is refereed to as a dynamic compilation.

0 comments: