Pergunta

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 solution before, and all tutorials I saw were using copy website, bt I can't see te button. Thanks

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top