Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Building asp.net project in command prompt

Status
Not open for further replies.

sweth

IS-IT--Management
Mar 2, 2002
98
IN
I am using the following code to build asp.net project manually in remote server.
cd F:\prj\src
C:\winnt\Microsoft.NET\Framework\v1.1.4322\csc /t:library /out:F:\prj\src\bin\prj.dll /recurse:*.cs

Echo Build Successfully ........!

After compiling few cs file it stops with warning message.
I could able to build in VS.Net.
Please advise me the above command is correct

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top