i search a tool for visual studio 2012, i would to deploy my App web site on the ftp server.
我搜索visual studio 2012的工具,我想在ftp服务器上部署我的App网站。
If we can get on right click on the file , "deploy on the server"
如果我们可以右键单击该文件,“在服务器上部署”
or a deploy automatically , to send only aspx , ascx, css, js, bin(dll) file.
或者自动部署,只发送aspx,ascx,css,js,bin(dll)文件。
have you an idea to find this ?
你有想法找到这个吗?
thanks Olivier
谢谢Olivier
1 个解决方案
#1
1
Use the Publish wizard, which is accessible by right-clicking your project and choosing Publish from the context menu. You can publish to IIS, a file path or an FTP server, IIRC.
使用“发布”向导,可以通过右键单击项目并从上下文菜单中选择“发布”来访问该向导。您可以发布到IIS,文件路径或FTP服务器IIRC。
#1
1
Use the Publish wizard, which is accessible by right-clicking your project and choosing Publish from the context menu. You can publish to IIS, a file path or an FTP server, IIRC.
使用“发布”向导,可以通过右键单击项目并从上下文菜单中选择“发布”来访问该向导。您可以发布到IIS,文件路径或FTP服务器IIRC。