0

我有一个 Azure 云服务,有两个 Web 角色——一个 MVC,一个 Web Api。当我调试时,它在 Azure 计算/存储模拟器上运行。我正在使用 IIS Express 7.5。

在我更新到 Visual Studio 2013 Update 3 和 Azure SDK 2.4 之前,两者都运行良好。现在 MVC Web 角色很好,但 Web Api 角色只是说“页面无法显示,因为发生了内部服务器错误。”

我试过添加:

 <customErrors mode="Off" />

 <httpErrors errorMode="Detailed" />

到web.config,但无济于事。我还能在哪里尝试?

4

0 回答 0