Top "Azure-web-roles" questions

A Microsoft Azure Web Role is a Windows Server Compatible Virtual Machine (VM) with IIS enabled, along with scaffolding code that provides a launch point for your own code to run within the VM.

Unable to cast object of type System.Security.Claims.ClaimsPrincipal to type Microsoft.IdentityModel.Claims.IClaimsPrincipal

I am developing one MVC4 application which authenticate corp domain users using ADFS and i have written the code and …

asp.net-mvc-4 azure azure-web-roles
How does Microsoft Azure handle Session State?

Does anyone have any information on how state is managed in Azure when you choose to have multiple instances? It …

azure session-state azure-web-roles
Azure website debugging

I understand that I can debug an Azure Web Role using the methods outlined here: http://msdn.microsoft.com/en-us/…

azure azure-web-roles
Missing Microsoft.WindowsAzure.Diagnostics assembly

I got the following exception when my WebRole tries to start: {"Could not load file or assembly 'Microsoft.WindowsAzure.Diagnostics, …

c# .net azure azure-web-roles
Windows Azure - The current service model is out of sync

When I run a Windows Azure web role on my local developer fabric, I get the following error: "The current …

visual-studio-2010 azure azure-web-roles
azure table : Duplicate partition key results in (409) conflict

I am trying to insert multiple rows into the Azure table service. As far as this article goes, I have …

azure azure-storage azure-web-roles azure-table-storage
Deploying Multiple Web Roles and Worker Roles on a Single Azure Cloud Service

This may not be new, but I hope some one can put me on right track as its bit confusing …

asp.net deployment azure azure-web-roles azure-worker-roles
How to obtain an SSL certificate for Azure Cloud Service

I have an azure cloud service (WebRole) and I want to purchase an SSL certificate. What is the technical requirements …

azure certificate ssl-certificate azure-web-roles
Multiple roles on the same instance in Windows Azure

Is it possible to deploy multiple roles in the same instance? I have three web roles (website in asp.net …

azure azure-worker-roles azure-web-roles