Build an ASP.NET project from Command Prompt

  • Thread starter Thread starter Guest
  • Start date Start date
If you have your ASP project in a solution, you can invoke a build using
devenv.exe from command line as follows:
devenv.exe solutionfile.sln /build solutionconfig

Is this what you are looking for, or do you want to build using the VB/C#
compilers?

Gagik Agasian
Mobi-Sys Software
http://www.visualmake.com
--- Automate your VB, VC++ and .NET builds with VisualMake ---
 
Back
Top