1
vote
2answers
44 views

Azure Cloud Service is dead after Application Pool Recycle

I have a deployed Azure Cloud Service WebRole WebAPI with only one instance. I have noticed that if I wait some idle time (No HTTP Requests), Then later on the service is dead, and every request to ...
0
votes
0answers
21 views

Hosting Selenium and browsers on Azure

I want to use Azure to host a Selenium (ideally with IE, Chrome & Firefox, but just Firefox will do for now) test suite. I get free credits via MSDN Ultimate so it seems like a good use of them. ...
0
votes
1answer
24 views

Library versions in Windows Azure Cloud Services

So, we deployed an application to Windows Azure and it crashed there for no apparent reason. After debugging it for a while we encountered an error that appeared due to Razor engine parsing failure. ...
1
vote
0answers
36 views

How do I enable LDAP support in PHP on a Windows Azure website?

I have been trying to enable LDAP support on a Windows Azure server without much luck. I started by creating a bin directory at the root and uploading php_ldap.dll to it. Next I added the following ...
0
votes
0answers
48 views

IIS Hosted WCF Service with TCP endpoint stops after Application Pool Recycle

I have an IIS application which hosts a TCP WCF service in Global.asax. I use that service to make interrole communications between my roles in Windows Azure. The problem is WCF services stops working ...
1
vote
0answers
28 views

Why might my code take a few ms to run but clients take a long time to get an answer from the server?

We have a web role hosted in azure on a couple of small machines, which we post some xml (couple of kb) to. The web role then calls another WCF service (another web role in the same deployment, again ...
0
votes
1answer
44 views

How do I reuse DataCacheFactory with Azure Caching (Co-Located)

I have deployed an Azure WebRole with Co-located caching. I am using the following default configuration for the clients. <dataCacheClient name="default"> <autoDiscover isEnabled="true" ...
0
votes
0answers
29 views

how to create a node.js server on an azure VM

I'm trying to create a VM on azure that will host a node.js web service. I can't seem to get it to work. Any help would be great (Can be windows or Linux machine but needs to be able to run mongoDB) ...
3
votes
0answers
71 views

IIS Application Initialization in Azure shows 500's periodically after an Upgrade Deployment

Recently, I implemented Application Initialization in one of our Azure projects in order to minimise the time it takes for each of the sites to warm up. I essentially have implemented near exactly ...
0
votes
0answers
18 views

Disable httpForbiddenHandler on Azure

My Problem is pretty simple, for a rewriting to the blob on a REST service, I want to allow .config an other special files at the end of the url. I cannot change the format of the REST Service URL, ...
0
votes
1answer
38 views

How can I use start script change IIS Application pool pipeline mode

I used a web role. I just wonder if I can use Start script for my project to change the pipeline mode to classic. I can use C# code achieve that, but I prefer to use cmd, The problem I meet here is ...
0
votes
1answer
91 views

Session state are different for same domain with/without www prefix

I have Azure(C#/MVC) project which uses session state. I store sessions in Cache shared in memory of my role instances. But session state stored in http://mydomain.com and http://www.mydomain.com are ...
0
votes
0answers
44 views

Page name of the page that got the 404 in asp.net .. web.config vs IIS 404 redirect in Azure

I'm trying to move an asp.net 4.5 solution to Azure and noticing vb.net Request.URL and Request.UrlReferrer don't seem to give me the page name of the page that got the 404 when using web.config to ...
0
votes
0answers
52 views

How can i install ARR on azure VM via PowerShell?

I have deployed my project to Azure Cloud Service but additionally i must install Application Request Routing (ARR). peace of .ps1 PowerShell command: if( Get-Service was ) { Write-Host ...
0
votes
1answer
63 views

Where can I find appcmd.exe for IIS Express?

I am trying to run the following: rem %windir%\system32\inetsrv\appcmd set config -section:applicationPools -applicationPoolDefaults.processModel.idleTimeout:00:00:00 rem ...
0
votes
1answer
123 views

Can't authenticate with token

I've a ASP.NET MVC website which uses an ASP.NET WebAPI to authenticate. I've using ThinkTecture IdentityModel for basic authentication and session token, which works fine locally and in Azure ...
0
votes
1answer
39 views

Image not found, but only sometimes

After I migrated my site from AzureWebsites to a Azure Cloud Service, i'm having some issues with the migration and I think are related to IIS (and my lack of expertise of it). The issue is some ...
1
vote
1answer
66 views

Intermittent IIS/Azure Errors

I have a web app running on an Azure VM. It is single-code base, multiple db's. Based on appsettings in the web.config (basically localhost or production), it knows which database to use. Just ...
0
votes
0answers
26 views

Using Windows Azure Websites with ExtensionlessUrlHandler

I've been searching for a while, and hopefully you have some suggestions I could try. So I have a RESTful service written in PHP using CodeIgniter and REST Server library. URL rewriting works perfect, ...
0
votes
1answer
76 views

Functions not working on IIS

I am using this function to redirect to portfolio after user log in... function redirect($destination) { //handle url if (preg_match("/^https?:\/\//", $destination)) { ...
2
votes
2answers
53 views

Where are IIS logs when running in Azure development fabric

I am looking for the IIS error logs (or access logs) while debugging an Azure application in the development fabric. Where are they? (Azure SDK 1.8) I think it is using IIS 8 Express.
1
vote
1answer
243 views

WaHostBootstrapper Error After Installing SDK 1.8

I've recently upgraded our Azure SDK to 1.8 (From 1.6). On deploying all our web and worker roles come online without issue except for 1. This 1 worker role is the only 1 with 2 instances (The rest ...
0
votes
0answers
101 views

Azure local emulator does not serve django static files correctly

I have followed the Django / Visual Studio / Azure tutorial http://www.windowsazure.com/en-us/develop/python/tutorials/django-with-visual-studio/. I have a very simple application, basically one ...
0
votes
0answers
89 views

Serve static JSON file from Azure

There are a lot of threads on here about how to configure IIS on Azure Web roles to enable static JSON files. I added the following snippet to the web.config file: <staticContent> <remove ...
2
votes
1answer
198 views

ASP.NET MVC routes with file extensions no longer working in production

I have an ASP.NET MVC 4 application running on Azure. I have some custom routes for things that look like filenames (i.e. "favicon.ico"). These filename-like routes have worked fine for the past 2 ...
0
votes
1answer
87 views

Getting ocassional 503 errors on azure website

I'm getting occasional 503 errors on our site. It usually happens after not visiting the site for a while. The whole page might return 503 or just some resources like css or js files. It seems to ...
3
votes
1answer
141 views

Microsoft Azure appending extra query string to urls with query strings

In deploying a version of the Django website I'm working on to Microsoft's Azure service, I added a page which takes a query string like ...
0
votes
1answer
151 views

How to enable and download IIS logs on Windows Azure?

Is there a way to easily enable and download Windows Azure IIS logs for a ASP web site? I found a few articles (about transferring logs to storage) but those all seem too complicated for something ...
2
votes
0answers
110 views

Why does Visual Studio complain about my web.config trace listeners configuration?

In my web.config I have the following settings: <system.diagnostics> <trace> <listeners> <add name="AzureDiagnostics" ...
0
votes
1answer
40 views

Windows Azure Worker Role and SVG

I want to use a worker role to serve up images and various pieces of content in Windows Azure. One of my requirements is to serve up an SVG as a PNG file of the requested size. These PNGs will be ...
0
votes
1answer
230 views

Getting this error - “Handler ”iisnode“ has a bad module ”iisnode“ in its module list”

I am trying to implement socket.io in my azure project. I followed the instructions mentioned here https://github.com/tjanczuk/iisnode to install iisnode on my windows 8. Everything installed fine and ...
0
votes
1answer
219 views

How do I modify web.config to not rewrite a certain url?

I am running a node.js application under iisnode (an extension for IIS that allows node.js to manage requests through IIS). By default iisnode gives access to a debugging tool at ...
0
votes
1answer
69 views

Access existing Azure Web Sites via Azure Cloud Service RDP

Given: Couple of websites created using Azure Web Sites execution model. No RDP access since Azure Web Sites doesn't provide it. Possibility to install/create Cloud Service on Azure. Cloud Service ...
1
vote
1answer
195 views

Add virtual directory to existing website on Azure

Is it possible to do so using management dashboard: https://manage.windowsazure.com
1
vote
2answers
250 views

How to keep the azure Web Role running on IIS while working on VS2012 simultaneously?

I am building a Azure cloud project which has a web role. The web role contains Web APIs and my colleagues have been testing those APIs through a remote machine. So when i run the project on VS, the ...
0
votes
2answers
70 views

What is causing my server to crash when opening a file?

I have a simple architecture for a certain project, which goes a little like this: User Requests a file using ASP.NET MVC Local Cache is checked for said file, if it does not exist in cache, then ...
2
votes
1answer
93 views

lifecycle of an azure website

I want to know lifecycle of Azure Websites – specifically: 1. Does Azure website automatically start (global.asax application_start fire) immediately after it is deployed? Or does it require external ...
1
vote
1answer
64 views

Culling/Managing Azure Log Files / Failed Request Logs in Blob Storage

I've just discovered that I have 100's of GB of log files/failed request logs on Azure Blob storage that have been accumulating over the years. Is there a tool or technique for managing them - the ...
2
votes
1answer
205 views

How to bind an IP Address to my Azure Web Role so that the Web APIs can be accessed globally by a remote computer?

The Web Role of my Azure application has Web APIs which i want to access through a remote computer. Normally it should work if I just add the bindings to my website in applicationhost.config file of ...
0
votes
2answers
96 views

Getting 403 error Azure project on IIS Express

I've got MVC4 Azure Project. I'am deploying to cloud without any problem but when i try to publish on IIS Express I got 403 error. If i delete azure from project, it works well in IIS but i need to ...
0
votes
1answer
125 views

Azure Handler mappings, how to point an extention to .net 4.5?

I have an Azure Website setup, and I'm trying to point .html to .net 4.5 because I want MVC to route the request for the extension, and I believe that IIS is routing it and it's never making it to ...
0
votes
2answers
1k views

Azure VM: Can't access/ping port 80

I am new to the Azure platform so hopefully this is an easy question: I am currently setting up a Sharepoint web farm through Azure. My current architecture looks like this: A WIN2008 VM serving as ...
1
vote
1answer
134 views

403 and 404 errors on html files downloaded from blob storage into webrole

I'm trying to use static .html pages for a website that encounters large traffic spikes. The website is an MVC3 app. The static .html pages are in a directory structure something like the following: ...
1
vote
1answer
142 views

windows azure or IIS slow in inital load

I have a simple personal MVC4 web app that is hosted in Windows Azure. This web app is very minimal in use, the initial call is very slow specially when I tried to click in the morning. I’m ...
1
vote
0answers
99 views

Getting exception information from unhandled exception from external (running) process

I have an ASP.NET-based web app on Azure with a Web API. Yesterday, I started to get exceptions from the app whenever one of the API calls was invoked. I don't have an exception logger intercepting ...
0
votes
0answers
294 views

x-frame-options header is not changing in azure web role

I am using azure web role for hosting my asp.net mvc website. it uses frames at some places. I am try to set the x-frame-options to sameorigin in IIS, but it does not work correctly. If i use fiddler ...
1
vote
0answers
157 views

Error creating Web Service Client in Netbeans

I am trying to consume a WCF service deployed in Windows Azure from a Java Applet. When I create new Web Service Client in Netbeans, I got an error when processing "http://10.61.132.143/?xsd=xsd0": ...
0
votes
0answers
287 views

DDoS -Prevent slow HTTP POST on application level (Layer 7) [closed]

I received a QA report saying that my website (Wordpress on Windows Azure) is probably vulnerable to "slow HTTP POST DDoS attack" on application layer. I think this concern to the host provider and ...
0
votes
1answer
123 views

iis cname to subdomain, get subdomain from the request

What I'd really like to do is set up an azure site called site.com. Then have hundreds of subdomains such as foo.site.com, bar.site.com, baz.site.com etc. My asp.net mvc application will pull out the ...
2
votes
1answer
94 views

Is there a way to point a sub-directory of a web role deployment to an Azure web site?

I would like to be able to have my ASP.NET web application run on a web role for scalability and have a subdirectory point to an Azure website. Like this: http://www.mysite.com -> resolves to my web ...

1 2 3 4