I'm deploying a precompiled and all-page-merged website using Web Deployment Projects on Visual Studio 2008. Note that all assemblies and projects have been compiled in Release mode.
All my pages are pre-compiled in release mode. So they wont be recompiled, they'll just be loaded by runtime. In that case when the page compilation is not required, Setting <compilation debug="true">
in system.web will make any difference ?
precompiledApp. config file it will look into it and determine whether or not to still compile the ASPX files since they could be allowed to be updatable. – Keith Adler. Sep 22, 2009 at 16:33.
Open the Book Review WSP in Visual Studio, go to the Build menu, and select the Publish Web Site menu option. This launches the Publish Web Site dialog box (see Figure 1), where you can specify the target location, whether or not the precompiled site's user interface is updatable, and other compiler tool options.
Check out the excellent links below:
Basically:
None of the above is desirable. You will find more disadvantages in the above links.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With