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
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