开发者

copy website in VS ultimate

Where is the copy website button in VS Ultimate? I want to ulpload my solution consisting of: one ASP.NET project, one Class Library, one WCF service application on somme.com free hosting. I have never deployed a web 开发者_Python百科solution before, and all tutorials I saw were using copy website, bt I can't see te button. Thanks


just right click on your web project and click Publish. Choose one of the deployment options, FTP, File system, HTTP and so on, personally, I always deploy to File system (some folder on my drive) and then upload the content), and hit ok. The required files and class library dependencies will be copied.

P.S. Consider adding your class lib file as reference in your web project if you want it to be deployed with Publishing wizard. Also you should do the same for WCF service.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜