Can you use Isapi Filters in Azure, and if so how? -
we use helicon isapi rewrite filter , thinking of migrating azure. possible use on azure web role?
if add web.config same error on standard non-azure environment:
"this configuration section cannot used @ path. happens when section locked @ parent level."
this solved modifying file applicationhost.config on non-azure environment. assume have rdp azure web role , same thing. possible, , advisable?
please not there reasons why use helicon rewriter rather other solutions, 1 of rewriteproxy directive.
i have not tried helicon rewrite on azure yet, don't see reason, why should not work on azure. webrole has manageable iis, helicon isapi rewrite not installed per default whereas iis url rewrite 2.0 is!
you can either install , configure via remote connection or via "startup tasks".
my suggestion you: try first helicon isapi rewrite running via rdp. when see working, try automate "start up" tasks. recommended because changes on webroles rdp non-persistant.
further reading:
startup tasks: http://msdn.microsoft.com/en-us/library/windowsazure/gg456327.aspx
manual installation: http://www.isapirewrite.com/docs/#install
Comments
Post a Comment