When debugging an azure project, the following error appears: Microsoft.WindowsAzure.ServiceRuntime error: 102: role environment. FAULT INITIALIZE
Using IIS7 Express.
Result of output windows:
'iisexpress.exe' (Managed (v4.0.30319)): Downloaded 'C: \ windows \ assembly \ GAC_32 \ msshrtmi \ 1.6.0.0__31bf3856ad364e35 \ msshrtmi.dll' Microsoft.WindowsAzure.ServiceRuntime error: 102: role environment. FAULT INITIALIZE
Here is this code that fails:
HttpContext.Current.Response.Redirect(outURL, true);
This comes from http to https.
source share