3

我正在将一个网站从 Visual Studio 2012 部署到 Windows Web Server 2008 R2。

我可以很好地连接到 Web Deploy - 尽管我收到了这个错误:

1>(27/05/2013 21:03:29) An error occurred when the request was processed on the remote computer.
1>Source (appHostConfig=Default Web Site/myAppMVC4) and destination (appHostConfig=myapp.com) are not compatible for the given operation.
1>Publish failed to deploy.
4

1 回答 1

2

我通过右键单击项目(不是解决方案)来解决此问题 - 单击打包/发布 Web 并取消选择“包括在 IIS 中配置的 IIS 设置”

现在工作正常。

也许这是因为我在本地 Windows 8 上使用 IIS 8,而在 Windows Server 2008 上使用 IIS 7?

于 2013-05-27T14:36:13.717 回答