webrole
How to force open webrole on port 80 in azure dev fabric(azure sdk 1.5)
Recently, I upgraded my dev env from ver1.1 to ver 1.5 of the Azure SDK (I know - ama little too late :))[详细]
2023-04-11 22:33 分类:问答Multiple Web Roles in an Azure Compute Instance [Deployment]
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开发者_如[详细]
2023-03-10 06:26 分类:问答Service Unavailable when asking for clientaccesspolicy.xml Composite WebRole in Azure
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[详细]
2023-03-09 06:39 分类:问答Environment.GetEnvironmentVariable("RoleRoot") returning null when called in a WebRole
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[详细]
2023-03-08 05:12 分类:问答Azure : can we check if a setting exists before trying to read it?
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.[详细]
2023-03-06 10:37 分类:问答mvc 3 azure webrole in VWD 2010
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[详细]
2023-03-06 05:27 分类:问答Debugging problem for a Role instance with Azure Compute Emulator,Server Error in '/' Application
I create a new service of notification for a webRole I defined the service in web.config <system.serviceModel><services>[详细]
2023-03-02 12:08 分类:问答How to run a F# app in Windows Azure?
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[详细]
2023-02-16 04:29 分类:问答Windows Azure - Role entrypoint could not be created
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[详细]
2023-02-02 06:19 分类:问答static variable value lost in webrole
>public class WebRole : RoleEntryPoint >{ >public static int x; >publi开发者_如何学编程c override bool OnStart()[详细]
2023-02-01 22:20 分类:问答