Compile ASP.NET via command line

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

Guest

Hi all,

Can someone please tell me how to compile an ASP.NET project via the command line using just the .NET Framework SDK? I have completed an ASP.NET project in VS.NET, but due to certain reasons, I am taking my copy of VS.NET off my machine and there will be someone else developing the project further, but he doesn't have the VS.NET, so I would like to know how he would go about compiling this ASP.NET project so that his new changes to the code and html will display properly - but he'll only have the Framework SDK.

Thanks
Kevin
 
Have a look at
http://msdn.microsoft.com/library/d...uide/html/cpconbuildingmulti-fileassembly.asp

Regards
Martin
Kevin said:
Hi all,

Can someone please tell me how to compile an ASP.NET project via the
command line using just the .NET Framework SDK? I have completed an ASP.NET
project in VS.NET, but due to certain reasons, I am taking my copy of VS.NET
off my machine and there will be someone else developing the project
further, but he doesn't have the VS.NET, so I would like to know how he
would go about compiling this ASP.NET project so that his new changes to the
code and html will display properly - but he'll only have the Framework SDK.
 
Back
Top