0
kicks
Publish a ASP.NET website from command line
In case of an automatic build/deployment process it might be a request to precompile the web application after building it. Since .NET Framework 2.0 there is a tool called aspnet_compiler.exe. You can use it like that: aspnet_compiler -v /MyIISWebApplic