首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >角色实例的启动时间比预期的要长。

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

Stack Overflow用户
提问于 2014-04-08 07:01:58
回答 1查看 1.9K关注 0票数 2

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

输出窗口错误

代码语言:javascript
复制
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
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-04-08 07:52:24

我们也不时遇到这个问题。通过试验和错误,我们发现它是由缓存引起的。

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

这是一个非常蹩脚的解决方案,也许对你不起作用,但请试试看。您可以做的另一件事是删除本地存储模拟器中的cacheclusterconfigs容器。将这两种方法结合使用通常会导致问题得到解决。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/22929837

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档