I have just started development for Azure. I have created an Azure project with Asp.net开发者_如何学Python role, but when I try to debug it without making any changes it gives the following error:
I need to test how my code will handle the failure of a web role instance in a development environment.
I\'m building some wcf services for inter web role communications and i\'m looking at getting some performance enhancments.Built 开发者_开发问答in .net serialization is well known for being lacking in
I need the application pool in my Azure web role to run under a specific user. There\'s this code that restarts the application pool - I run it from OnStart() in my RoleEntryPoint descendant and it wo
I want to be able to get the name (named when the hosted service was created) and the location (North Europe, Asia Anywere, etc) of the deployment from within a running web role. I don\'t want to rely
Is it possible in Azure to have multiple hostHeader on a single Binding or is it mandatory to create one Binding for each hostheader ?
I am trying to implement a Custom STS as a WebRole to be deployed onto Azure. The problem i have is that how do i generate or write the Federation Metadata.xml file for my Custom STS. if i write it my
I\'m testing a trivial web role under Azure Compute Emulator and have overridden OnStart(), Run() and OnStop() methods in my class that derives from RoleE开发者_如何学运维ntryPoint.
I was under the impression that a Web Service that should be run under a worker role. I j开发者_运维问答ust found out that a web service can be setup using the web role. What are the advantages to usi
I\'m porting a huge application to Windows Azure. It will have a web service frontend and a processing backend. So far I thought I would use web roles for servicing client requests and worker roles fo