I\'m attempting to get OpenID authentication to work in my Azure ASP.NET MVC 3 application and have followed the steps in the MVC 3 Custom Login Sample to do so. Everything works fine in the developme
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
Azure and EC2 are optimized for running servers. Lots and lots of servers. Both platforms attempt to manage tons of things for you -- in Azure\'s case, it wants to manage even the target operating sys
I have an application that uses App Fabric Cache.The application works fine Onpremise, but when I publish it to Azure, I get an Access Denie开发者_运维技巧d error when cache is being accessed.
I need to gracefully shutdown mongod.exe that is started with System.Diagnostics.Process in RoleEntryPoint.OnStop() method.
Suppose my Azure role is notified that it will be terminated soon and technically can clean up local resources after itself (temporary files for example). Should it do so?
Does a开发者_Python百科nyone know if it is possible to access the ServiceConfiguration.cscfg from the startup.cmd of a role?
I am running a web project in the Windows Azure Emulator and the web.config is not being loaded.I am running as a full IIS application, and I can go to the application running in IIS after the dev fab
I have put my web application as an web role in a Azure service so I can deploy it on Azure.It works perfect, but I have one problem.
I have a console application which uploads jobs to the workers running in the cloud. The application connects to Azure Storage and uploads some files to blobs and put some messages to queues. Currentl