Quantcast
Viewing latest article 1
Browse Latest Browse All 100

ASP.Net 3.5 VS 2008 Precompilation

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 [...]

Viewing latest article 1
Browse Latest Browse All 100

Trending Articles