We use the Helicon Isapi Rewrite filter and we are thinking of migrating to Azure. Is it possible to use it on an Azure Web Role?
If I add it to the Web.config then I get the same error as I would on a standard non-Azure environment:
"This configuration section cannot be used at this path. This happens when the section is locked at a parent level."
This would be solved by modifying the file applicationHost.config on a non-Azure environment. I assume I have to RDP to the Azure Web Role and do the same thing. Is this possible, and is it advisable?
Please not that there are reasons why we use the Helicon rewriter rather than other solutions, one of which is its RewriteProxy directive.