Pre-compilation For Deployment Pre-compilation for deployment creates an ‘executable’ (no source code) version of your web application. With pre-compilation for deployment you give the aspnet_compiler the path to your source code, and the path to a target directory for the compilation results, like below. aspnet_compiler -p "C:\MyDevelopment\WebSite1" -v / C:\Staging This command will […]
↧