User1315340600 posted
Hello,
I have created a website using asp.net 2.0 and hosted as
http://www.lmenaria.com, its working fine.
I have already used Helicon ISAPI to redirect my all https request to http using below rule : RewriteCond %{HTTPS} on RewriteCond %{HTTP_HOST} ^(?:www.)?lmenaria.com$ RewriteRule (.*)
http://www.lmenaria.com$1 [NC,R=301,L]
RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} ^lmenaria.com$ RewriteRule (.*)
http://www.lmenaria.com$1 [NC,R=301,L]
Its working fine with II6.
Now I want to move my asp.net 2.0 site to IIS7.5 with default IIS rewrite module so how can I redirect It.
Thanks in advance,
Laxmilal