Compile and deploy an application using aspnet_compiler
I’d a need to compile and to deploy a compiled version of an ASP.Net web site to a directory that the web site is published. For this purpose, I’ve decided to use an utility from .Net Framework 2.0 named aspnet_compiler.exe. It is located in <windows_directory>\Microsoft.NET\Framework\ v2.0.50727. The advantage of using it is that I can [...]