azure-web-roles
Windows Azure - Persistence of OS Settings when using WebRoles
I\'ve been watching some videos from the build conference re: Inside Windows Azure etc. My take away from one of them was that unless I loaded in a preconfigured VHD into a virtual machine role, I wou[详细]
2023-04-10 08:16 分类:问答Can I access web.config from my Azure web role entry point?
I have an Azure web role and I want to store some settings in web.config under <appSettings> tag. Yes, I\'m aware of service configuration files, yet I have reasons to prefer web.config.[详细]
2023-04-08 13:46 分类:问答Azure BLOB storage - Pricing and speed "Within the data center"
I am quite sure I know the answer, just want to make sure I got this right. From Azure In Action : If I use the CloudBlobClient from a WCF service that sits in m开发者_Go百科y WebRole, to access bl[详细]
2023-04-06 13:01 分类:问答Azure Accelerator for Web Roles & serviceHostingEnvironment aspNetCompatibilityEnabled="true"
I\'m not sure if this problem is specific to Accelerator for Web roles(WAAWR: http://waawebroles.codeplex.com/)[详细]
2023-04-05 03:55 分类:问答Debug Azure web role integrated with ACS from Android emulator web application
I am trying to access a web role integrated with ACS from the Android emulator , the issue is that during web role debug configuration , the ACS redirects back to \"localhost\" and not to a real URL.[详细]
2023-04-01 13:43 分类:问答Send notice to Azure Web role from a Azure Worker role - Best Practice
Situation Users can upload Documents, a queue message will be placed onto the queue with the documents ID. The Worker Role will pick this up and get the document. Parse it completely with Lucene. Aft[详细]
2023-04-01 11:59 分类:问答In Windows Azure: What are web role, worker role and VM role?
The application I work on contains a web role: it\'s a simple web application.I needed to host the application in Windows Azure, so I created a web role.I actually want to know what these roles are fo[详细]
2023-03-29 10:13 分类:问答Communication between 2 web apps running in a azure web role instance
I have 2 web applications running in a web role and I only run single instance in the azure cloud. I would like to send and receive notifications between these 2 applications and any outsider should n[详细]
2023-03-28 00:38 分类:问答Windows Azure project without Web Roles?
just starting to explore Azure and I am still a bit confused regarding the purposes of web roles vs worker roles. In the solution I\'m working on mobile apps (iPhone, Android, Windows etc) will be acc[详细]
2023-03-25 12:23 分类:问答Windows Azure Web MVC app Application_Start rerunning after no activity
I have a Windows Azure hostedMVC3 application.In the Application_Start, I call all of my bootstrappers that need to run before the application loads and that is working great.One of the bootstrappers[详细]
2023-03-22 08:57 分类:问答