每当我在 Visual Studio 中进行调试时,它会将网站部署到 IIS / Compute Emulator 并给出以下消息:
将调试器附加到角色实例“deployment18(521).TestApp.Azure.Website1.Web.UI_IN_0”的 URL“http://127.255.0.0:82/”的 IIS 工作进程时出错。无法在 Web 服务器上开始调试。无法启动 ASP.NET 调试。通过启动项目而不进行调试可以获得更多信息。
然后,当我查看调试器日志时,它说:
http://127.255.0.0:82/debugattach.aspx
----------------------------------------------------------------------
Status code=417 (Expectation Failed)
Protocol version=1.1
Cached=False
Content-Length=60
Cache-Control=private, no-transform
Content-Type=text/html
Date=Thu, 08 Nov 2012 14:52:08 GMT
----------------------------------------------------------------------
The page cannot be displayed because the expectation failed.
有没有人有任何想法?