Trying to Build and Publish Asp.net website from command line using aspnet_compiler

后端 未结 3 878
野趣味
野趣味 2021-01-19 03:10

I am trying this. I have built asp.net website. When I publish to IIS through VS2008 it works fine. Lets say my site is at c:\\projects\\Website1\\ I want to publish it to c

3条回答
  •  野的像风
    2021-01-19 03:32

    Also, you might consider using MSBuild on your solution file, and using the Publish target.

    That's what VStudio is doing under the covers anyway. :-)

提交回复
热议问题