Web 部署到共享主机?
是否可以在共享主机上使用 Visual Studio 2010 的 Web 部署?我不确定如何设置服务/网址和站点/应用程序参数。
Is it possible to use Visual Studio 2010's Web Deploy on shared hosts? I'm not sure how to setup the Service/Url and Site/Application parameters.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以,但主机需要设置 Web 部署并为您提供非管理员部署凭据。
iis.net< 有完整指南/a>.该过程会将
.publishsettings
文件输出到桌面,您可以将其导入到 Visual Studio 的发布对话框中。You can, but the host will need to setup web deploy and provide you with non-admin deploy credentials.
There's a full guide on iis.net. The process will output a
.publishsettings
file to the desktop, which you can import into Visual Studio's publish dialog.