I\'m new to Azure platform and I\'m trying to create an Azure application that have an ASP application and a WCF service.
When I run my WorkerRole C# application on Azure, after a while waworkerhost.exe crashes due the following exception:
I use around 15-20 legacy 32-bit C++ COM DLLs in my web app, some of these 32-bit DLLs have 3rd party dependencies which are further DLL\'s COM or native.
The following code is a working example that works fine under linux server, but when I try the exact same code 开发者_如何学编程in Azure I get a generic 500 Internal server error.
The following application currently runs on a Windows 2008 R2 server that I\'m attempting to migrate to Azure:
I\'m trying to build an event driven Azure Queue where a event is to fired every time a message is put in the Azure Queue. With AzureXplorer I see that the messages are put in the Azure Queue properly
I am creating one azure application which has 2 web roles. One web role is normal web application and other one has ADFS integrated with it. The web role (ASFS one) redirects the user to the first web
开发者_开发百科I\'m working on a research project that needs to store complex data as entities in an Azure Table. The entities for the table are cells that contains many geometric points and lines, wi
at first I want to make my apologize for my english I\'ve a problem with DTOs, I\'m using SQLAzure for my DB and I host services on Azure
I want to use a global dat开发者_如何学Ca for MVC web application running on Windows Azure (e.g. something like a list of users having new messages).