I have a relatively low bandwidth Azure Web Role application and also several processes that run under a Worker Role. My worker role also spends most of its time idle as well.
I used to override CreateServiceHost for my regular WCF Service and modify the endpoin开发者_JAVA百科t there (adding some method dynamically). Now moving to Azure, and having WCF Service Web Role, the
As part of starting up a WebRole on Windows Azure I would like to access files on the website being started and I would like to do this in RoleEntryPoint.OnStart(). This will for instance enable me to
I\'m working on a MVC webapp using Azure with ASP.Net MVC 2 C#. I have a worker role from where I interact with a queue reading messages with images. I initialize the queue in my WebRole, and 开发者_J
I\'ve been working with Windows Azure and Amazon Web Services EC2 for a good many months now (almost getting to the years range) and I\'ve seen something over and over that seems troubling.
I have a simple WebRole class in my Azure solution: public class WebRole : RoleEntryPoint { public override bool OnStart()
I have a class library that is shared between multiple Role projects in my solution.Two of these projects are a Web Role and a Worker Role.
Is it possible to host a WCF service in an Azure WebRole (MVC)? Also; I assum开发者_如何学运维e that net.tcp is not supported.And you\'re correct that net.tcp won\'t work in a web role (where all inp
I cannot find any high level discussion docs that describe how URLs are mapped to Azure WebRoles in the case where an application has multiple WebRoles.
When I run either application itself or Azure deployment from Web, my pages are rendered using CSS, but when running the Web role under local fabric, I get plain \"no-CSS\" style pages.