Questions tagged [webrole]

86 questions
0
votes
1 answer

Make AJAX requests between an ASP.NET Azure hosted Web Site and Web Role?

I have a C# ASP.NET/MVC Web Role that is hosted on Azure. I want it to service one or more Azure hosted web sites as an API provider available via AJAX calls. Normally making AJAX requests from two different web locations violates the browser…
Robert Oschler
  • 14,153
  • 18
  • 94
  • 227
0
votes
3 answers

Role Instances are taking longer than expected - Workaround issues

Whenever we get the error "Role Instances are taking longer than expected". The only possible options to do are . Shutdown the emulators and try again. Restart the machine and see if that helps. Uninstall the Azure Tools for that version. Some…
Viswas Menon
  • 310
  • 3
  • 11
0
votes
0 answers

Duplex communication between client and service in azure

i've been trying for a couple days making a duplex communication with a service present on WebRole in Azure. I add a reference of service to my client (console aplication running locally) and when try to call methods on service it never works. If i…
mmarques
  • 625
  • 3
  • 9
  • 27
0
votes
2 answers

Dyanmic WCF Service URL update in Azure (web site) web role project

I have a Azure Project with 2 Web Roles (An Azure Web Site Project and an Azure WCF Service Role). The WCF service is consumed by the Azure Web Site Project and is referred using the "Add Service Reference" option. The website uses URL defined in…
user1421803
  • 31
  • 1
  • 2
0
votes
2 answers

azure webrole connects local device

I develop one webrole run in Azure, and the webrole needs to get the input from one device. The webrole can communicate with local device well when it run in local simulation. But when deployed in Azure, the webrole can not get the input from the…
peterluo
  • 1
  • 1
0
votes
1 answer

Linking Entity Framework Database between Web and Worker Roles in .NET

I have a project with both Web and Worker roles. Reading and writing to the database using Entity Framework in the Web role works fine. However, I am having issues when attempting to access data in that same database from the Worker role. It appears…
TheKarateKid
  • 772
  • 11
  • 19
0
votes
1 answer

Azure: security between web roles

In Azure, if you choose to use internal endpoint (instead of input endpoint), https is not an option. http & tcp are the only options. Does it mean internal endpoint is 100% secure and you don't need encryption. Then it comes to another question.…
zhenbzha
  • 5
  • 1
0
votes
2 answers

How to deploy an Orchard CMS web project to a Windows Azure Cloud Service?

Basically, I want to be able to deploy a Orchard CMS web application to a windows azure cloud service. I v'e tried following the same steps as I would normally do for any other web application but it just never works. UPDATE I downloaded the…
Almeida
  • 46
  • 1
  • 5
0
votes
2 answers

HttpModule Native C++ dll in Azure

I would like to run a native httpmodule (c++ 64-bit dll) in windows azure. Firstly is this possible and secondly, what id the best way to go about it? I have previously used a native dll in azure but wrapped it within a managed c# httphandler which…
0
votes
1 answer

got EndpointNotFoundException when consuming WCFService in A webrole from B webrole

I have a webrole for hosting a web application, and another webrole for hosting a WCF service. Now I have got my WCF service webrole published on windows Azure, but the webrole with web application is not since I am still developing it. Then when I…
hula100
  • 141
  • 1
  • 9
-1
votes
1 answer

Azure pricing multiple cloud services vs multiple web roles

Executive summary for the sake of clarity: Is it cheaper (in terms of compute-hours) to create two cloud services, each with its own web role, or have two web roles under a single cloud service? We would like to create more than one web application…
1 2 3 4 5
6