当我尝试在Windows仿真器上运行ASP.net MVC应用程序时,在本地机器上,它给出了下面的error.How,我能摆脱这个吗?

输出窗口错误
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发布于 2014-04-08 07:52:24
我们也不时遇到这个问题。通过试验和错误,我们发现它是由缓存引起的。
我们所做的是禁用缓存,运行应用程序(然后运行良好),并再次启用缓存(并且再次运行良好)。
这是一个非常蹩脚的解决方案,也许对你不起作用,但请试试看。您可以做的另一件事是删除本地存储模拟器中的cacheclusterconfigs容器。将这两种方法结合使用通常会导致问题得到解决。

https://stackoverflow.com/questions/22929837
复制相似问题