visual studio - build ASP.Net default web site error -
I am using VSTS 2008 and I create new ASP.Net Web site and default settings / automatically generated files I am using. / P>
My questions are,
- How to use the command line script (msbild) to automatically create ASP.NET Web site?
- I want to make the web site in DLL which can be easily copied to target the IIS server later.
How to do these samples or quick answers in MSBill?
EDIT1: There is no slur and CSPOJ file in the Web site folder. Here's the link.
How do I create VSTS 2008 here?
I am using VSNET 2005 and thus my ASP Using the net web application to be in release mode:
cd "C: \ WINDOWS \ Microsoft.NET \ Framework \ v2.0.50727 \" MSBuild "C: \ Projects \ MyProject.csproj "/ t: Rebuilding / P: Configuration = Release / Verbosity: Quiet / P: Warning Level = 0
Comments
Post a Comment