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.

Conflicting versions error adding ASP.NET MVC 3 Web Role to Windows Azure project

I am getting the following error creating a new project after installing Windows Azure Tools 1.4: Conflicting versions of ASP.NET …

asp.net-mvc-3 visual-studio-2010 azure azure-web-roles
ASP.NET session state provider in Azure

As far as I know, the current situation is this: Use SQL session state provider is possible (as I've read …

asp.net session azure asp.net-session azure-web-roles
Disable IIS Idle Timeouts in Azure Web Role

To prevent AppPool recycling every 20 minutes, I'd like to remove IIS AppPool Idle Timeouts when my Azure Web Role starts. …

c# azure web-deployment azure-web-roles
How to Stop single Instance/VM of WebRole/WorkerRole

We have a VM say SampleVM depoyed & running on Azure Environment and on the same we have created 2 instances …

azure azure-web-roles powershell-3.0
What's the optimal "Dynamic IP Restriction Settings" in IIS8

So I have turned this on in my Azure cloud service site to try mitigate spiders and bots hitting us …

asp.net-mvc azure-web-roles iis-8
How to add a custom post deployment script to azure websites?

My problem is that I need to run a custom cmd file after the build. Instead of modifying the deployment …

azure azure-web-roles kudu