Questions tagged [webrole]
86 questions
1
vote
0 answers
Role instances are taking longer than expected to start - Can't find solution is it a bug?
I've been through this post: Role instances are taking longer than expected to start - Is there a new solution to this problem?
But I can't find the answer why I am getting this error, the emulator was working fine last week but today I found out…

j.rmz87
- 786
- 1
- 7
- 18
1
vote
3 answers
Azure WCF webrole / Worker role confused..
I have several hardware devices that send large amount of data to the cloud. I need to store them on the cloud, process them and send some status reports based on the data analysed to clients who are interested in looking at those results. Clients…

coolshashi
- 420
- 1
- 6
- 19
1
vote
1 answer
How do I remote in to a Windows Azure web role over 443 when behind a corporate firewall?
We are trying to remote desktop in to a Windows Azure web role while behind a corporate firewall. It is quite important to us for development and debugging purposes. It is not possible to test all of what we are working on using the emulators.
All…

willsaunders
- 197
- 3
- 11
1
vote
1 answer
How do I enable cs-host IIS logging in Azure?
I have an Azure webrole, which hosts multiple Umbraco websites.
I want to enable "cs-host" logging from IIS, how do I code for this in the service definition?

user1582103
- 21
- 1
0
votes
1 answer
Unzip file and upload contents to Blob Storage using Azure Web Role
I currently have a web role which displays a webpage, the webpage allows the user to select a file from their computer, the web role then uploads the file to some Azure Blob Storage.
However the file the user usually uploads is a zip file so i would…

Sami
- 1,374
- 1
- 16
- 43
0
votes
2 answers
How to connect my webrole app (vb.net) to my sql azure database?
I am creating a new application (webrole) in webforms called SGS. This application is being build using vb.net.
I am developing the app in windows 7 and have already deployed it to Windows azure.
Every time I need to change something in the…

Pedro
- 1
- 1
0
votes
1 answer
RoleInstanceStatusCheckEventArgs.SetBusy from inside w3wp
I am calling the RoleInstanceStatusCheckEventArgs.SetBusy from inside w3wp process where i have registered for the statuscheck event. This is similar to as explained in the following link except that this link talks about doing it inside WaIISHost…

Prapti
- 65
- 1
- 5
0
votes
3 answers
TCP Worker Role to Web Role Communication
I am new to Azure platform.
I am able to connect with the webrole.
Now how can i send data from the Worker Role, to the Web Role to display on the Website?
And how can i display the continuous TCP data which the WebRole gets, without refreshing the…

Anil Maddala
- 898
- 16
- 34
0
votes
1 answer
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 clientaccesspolicy.xml from the root domain which is mydomain.cloudapp.net so…

Keoz
- 394
- 2
- 16
0
votes
2 answers
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 only mvc 2 web role is available.
I have the latest…

maX
- 788
- 2
- 11
- 32
0
votes
1 answer
Config IIS handler mapping using C#
I am trying to deploy a PHP application to azure web cgi role. I set my web.config and web.roleconfig correctly, I believe. Since when I remote to the machine, I set the fast cgi handler in IIS manually to the same value. It works. However, it…

Frank
- 7,235
- 9
- 46
- 56
0
votes
3 answers
How to convert WCF REST 4.0 service so it runs in Azure web role?
i have written a stand alone WCF REST service in 4.0 under Studio 2010 but i decided to host it under Azure as opposed to Amazon AWS. Is there an easy way for me to convert it or what do i need to do so it runs under Azure's web role? I created a…

android-developer
- 1,574
- 4
- 20
- 27
0
votes
1 answer
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

404Dreamer_ML
- 890
- 3
- 14
- 25
0
votes
1 answer
Can't deploy or manage to Azure cloud service (classic) e.g. web role, is there a way to reboot?
I've been deploying to my cloud service/web role pretty regularly for over a year with no issues. But suddenly, today, my deployment bombed with the following error:
The HTTP request to
…

Redwing19
- 75
- 7
0
votes
1 answer
Howto enable WindowsAzure remote desktop with Eclipse
What's the easiest way to enable WindowsAzure remote desktop with Eclipse?
I use the WindowsAzure4e Plugin to develop a PHP WebRole.
EDIT:
I think I found…

ownking
- 1,956
- 1
- 24
- 34