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.
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-rolesDoes anyone have any information on how state is managed in Azure when you choose to have multiple instances? It …
azure session-state azure-web-rolesI understand that I can debug an Azure Web Role using the methods outlined here: http://msdn.microsoft.com/en-us/…
azure azure-web-rolesI got the following exception when my WebRole tries to start: {"Could not load file or assembly 'Microsoft.WindowsAzure.Diagnostics, …
c# .net azure azure-web-rolesWhen 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-rolesI have a simple mvc web site (using the VS internet template) on azurewebsites talking to a SQL Azure database …
asp.net-mvc entity-framework connection-string azure-sql-database azure-web-rolesI 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-storageThis 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-rolesI 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-rolesIs 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