Build an ASP.NET project from Command Prompt

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
Can i Build an ASP.NET Project from the command Prompt
THank yo
Praveena.
 
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 ---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top