azure-web-roles
Is there a way to host Azure Worker code within an Azure Web role?
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.[详细]
2023-02-10 17:21 分类:问答Can I access ServiceEndpoint in Azure WCF Service Web Role?
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[详细]
2023-01-31 10:40 分类:问答How can I get the WebRole site root path from RoleEntryPoint.OnStart()?
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[详细]
2023-01-28 12:44 分类:问答Azure: How to call a WebRole method from a controller of my MVC implementation
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[详细]
2023-01-27 02:21 分类:问答Deploying Projects on EC2 vs. Windows Azure
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.[详细]
2023-01-23 05:02 分类:问答Azure: WebRole OnStart() is never called
I have a simple WebRole class in my Azure solution: public class WebRole : RoleEntryPoint { public override bool OnStart()[详细]
2023-01-19 20:50 分类:问答Windows Azure - Web Role cannot access Local Development Queue Storage
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.[详细]
2023-01-14 04:22 分类:问答Is it possible to host a WCF service in an Azure WebRole (MVC)
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[详细]
2023-01-01 03:14 分类:问答Mapping of URLs to Azure WebRoles
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.[详细]
2022-12-20 19:30 分类:问答Azure MVC Web Role does not use CSS when run under development fabric
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.[详细]
2022-12-14 11:11 分类:问答