Recently, I upgraded my dev env from ver1.1 to ver 1.5 of the Azure SDK (I know - ama little too late :))
There is an option for us to have 2 or more web roles in a single deployment. But each deployment can be either be staging or production i.e. by extension, we get only 1 URL to access that de开发者_如
I\'m using the Composite WebRole approach to host 2 web apps in the same instance and webrole in开发者_如何转开发 Azure, one app is using Silverlight and needs to get (for many reasons) the clientacce
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 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 want to add a MVC 3 Webrole in my Azure project. But I am not able to find a mvc3 template in visual web developer when I go to add dialog from \"Add new web role\". When it comes to mvc project onl
I create a new service of notification for a webRole I defined the service in web.config <system.serviceModel><services>
I have a project that requires me to write a library management system in F# and using Wi开发者_C百科ndows Azure for the development. I am quite new to Cloud concept and I don\'t know what to do as a
I\'m migrating an ASP .NET 2.0 WebSite to WebRole (ASP.NET 4.0 and VS2010). After created new web role, I moved all files and folders from website to WebRole then reference all needed dlls. I build an
>public class WebRole : RoleEntryPoint >{ >public static int x; >publi开发者_如何学编程c override bool OnStart()