azure-web-roles
Windows Azure Project web role entry point host stopped error
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:[详细]
2023-03-20 11:49 分类:问答Azure Development - How to stop a Web Role instance
I need to test how my code will handle the failure of a web role instance in a development environment.[详细]
2023-03-19 02:23 分类:问答Is protobuf-net compatible with Windows azure (web role)?
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[详细]
2023-03-19 01:44 分类:问答How to have Azure web role application pool start under right user from the beginning?
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[详细]
2023-03-16 22:59 分类:问答Getting the name and location of the deployment the webrole belongs to
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[详细]
2023-03-16 04:25 分类:问答Webrole - Multiple hostHeader on a single Binding?
Is it possible in Azure to have multiple hostHeader on a single Binding or is it mandatory to create one Binding for each hostheader ?[详细]
2023-03-14 20:29 分类:问答Federation Metadata.xml for custom STS
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[详细]
2023-03-13 19:29 分类:问答How to have RoleEntryPoint.OnStop() called in Azure Compute Emulator?
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.[详细]
2023-03-13 16:16 分类:问答Why would you want to deploy a Web Service as a Web Role on Azure?
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[详细]
2023-03-12 14:03 分类:问答Is it a good idea to reuse an Azure web role for backend processing?
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[详细]
2023-03-11 11:20 分类:问答