I want to reuse some code logic from a self-hosted web application in my Windows Azure web application. Currently I have code like this:
I have an application that uses the System.Diagnostics.Trace and System.Diagnostics.EventLog classes to generate the logging information of the application.
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.
If I have a WCF service hosted in an Azure webrole, how many small machine instances would I need to spin up so that potentially 1000 clients could be connected at once?
I have an ASP.NET app that takes multimegabyte file uploads, writes them to disk, and later MSSQL 2008 loads them with BCP.
I need to develop a multithreaded Azure worker role in C# - create multiple threads, feed requests to them, each request might require some very long time to process (not my code - I\'ll call a COM ob
开发者_开发技巧When I do the steps to activate Web Deploy for a Windows Azure Web Role it won\'t create publish profiles. This used to work like a charm but now it won\'t work any more. Any thoughts?
We are trying to publish three sites in Azure, they are 开发者_如何学Con ports 8080-8082. The site on 8080 works fine, the sites on 8081 and 8082 does however not respond from the outside.
I plan to insert some initialization code into OnStart() method of my class derived from RoleEntryPoint. This code will make some permanent changes to the host machine, so in case it is run for the se