views:

49

answers:

1

Hi! I'm trying to use the URL rewrite module in Azure but for some reason I can't add a <rewrite> section to the web.config's system.webServer section (as shown on http://msdn.microsoft.com/en-us/library/dd573358.aspx).

I've installed the URL Rewrite Modeul v2via the Web Platform Installer. I'm using Visual Studio 2010 with the v4.0 framework and a standard ASP.NET Work Role.

Any help in this regard would be greatly appreciated...

A: 

What do you mean when you say you "can't add a section..." What happens when you try?

smarx
The web.config parser doesn't recognize the element so I can't compile the code
lsb
It sounds like your install of the URL Rewrite module didn't work, then.
smarx
The install reported "Successful"
lsb
Try uninstalling and reinstalling it. If you already fixed the issue, please post the solution.
Chris Pietschmann