【发布时间】:2011-12-29 21:09:56
【问题描述】:
调试 azure 项目时出现以下错误: Microsoft.WindowsAzure.ServiceRuntime 错误:102:角色环境。初始化失败
使用 IIS7 Express。
输出窗口结果:
'iisexpress.exe'(托管 (v4.0.30319)):已加载 'C:\windows\assembly\GAC_32\msshrtmi\1.6.0.0__31bf3856ad364e35\msshrtmi.dll' Microsoft.WindowsAzure.ServiceRuntime 错误:102:角色环境。初始化失败
这是失败的代码:
HttpContext.Current.Response.Redirect(outURL, true);
这是从 http 到 https。
【问题讨论】: