How should one configure an Azure Webrole when using a TCP-based WCF on the same ports as IIS? An 开发者_开发技巧on-premise solution would typically use WAS activation, however this usually involved
I have a method (in a separated class library) which is called by a WebRole and a WorkerRole. This method contains the path of a file, which is returned using Environment.GetEnvironmentVariable(\"Role
I need to change some configuration settings on-the-fly in a Windows Azure project - and they need to be changed via a web service call (updating the application\'s configuration either via the platfo
I currently useRoleEnvironment.GetConfigurationSettingValue(propertyName) to get the value of a setting defined in my WebR开发者_C百科ole config file (csdef + cscfg). Ok, sounds right.
I\'m having no luck trying to find out how channging the instance count for an ASP.Net web role affects requests currently being processed.
I create a new service of notification for a webRole I defined the service in web.config <system.serviceModel><services>
I am working on Windows Azure SDK 1.4 version. I have written an sample application having a startp script. Script is as below:
I\'m new to Azure platform and I\'m trying to create an Azure application that have an ASP application and a WCF service.
I am trying to implements the IUpdatable. Error 1 \'WebRole1.InfoManager\' does not implement interface member \'System.Data.Services.IUpdatable.ClearChanges()\'
I\'m trying to use the TableStorageSessionStateProvider from the Azure training kit. I can use the example wit开发者_高级运维hout problems but when I use it in my web app, I get this exception: