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.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.