| 1. |
Explain The Use Of Pre-compilation Tool? |
|
Answer» ASP.NET 2.0 delivers a new application deployment utility that enables both DEVELOPERS and administrators to precompile a dynamic ASP.NET application prior to deployment. This precompilation automatically IDENTIFIES any compilation ISSUES anywhere within the site, as well as enables ASP.NET applications to be deployed without any source being stored on the server (one can optionally remove the CONTENT of .aspx files as part of the compile phase), further protecting your INTELLECTUAL property. ASP.NET 2.0 delivers a new application deployment utility that enables both developers and administrators to precompile a dynamic ASP.NET application prior to deployment. This precompilation automatically identifies any compilation issues anywhere within the site, as well as enables ASP.NET applications to be deployed without any source being stored on the server (one can optionally remove the content of .aspx files as part of the compile phase), further protecting your intellectual property. |
|