角色实例的启动时间比预期的要长

时间:2014-04-08 07:01:59

标签: c# asp.net-mvc azure azure-storage

当我尝试在本地计算机上的Windows Azure模拟器上运行ASP.net MVC应用程序时,它会给出以下错误。我怎么能摆脱这个?

enter image description here

输出窗口

错误

Windows Azure Tools: Warning: Remapping public port 80 to 81 to avoid conflict during emulation.
Windows Azure Tools: Warning: Remapping private port 80 to 82 in role 'PawLoyalty.Web' to avoid conflict during emulation.
Windows Azure Tools: Warning: Certificate identification setting 'Microsoft.WindowsAzure.Plugins.RemoteAccess.PasswordEncryption' for role 'PawLoyalty.Web' specified in the service configuration file is not declared in the service definition file in the Certificate or as part of an SSL endpont

1 个答案:

答案 0 :(得分:2)

我们还不时遇到这个问题。通过反复试验,我们发现它是由缓存引起的。

我们所做的是禁用缓存,运行应用程序(然后运行正常)并再次启用缓存(并且它再次运行正常)。

这是一个非常蹩脚的解决方案,可能不适合您,但请试一试。您可以做的其他事情是删除本地存储模拟器中的cacheclusterconfigs blob容器。使用这两者的组合通常会导致问题得到解决。

enter image description here