-
Posted to
IIS 7 - Troubleshooting
by
maheshalayil
on
06-16-2009, 1:20 PM
Hi Shanghai,
Thanks for your help ....
I changed the app pool pipeline mode.. it is working fine now. The main problem is UrlRewriteNet is not working in integrated pipeline mode.
Regards
Mahesh
-
Posted to
IIS7 - URL Rewrite Module
by
maheshalayil
on
06-16-2009, 5:19 AM
Hi,
I'm using IIS7 URL rewrite module for my asp.net url rewriting.
It is not working with form-authentication. ASP.NET Forms Authentication uses rewritten URL for redirection ( ReturnUrl). I need to perform the url redirection in AuthorizeRequest instead of BeginRequest.
Please help me
-
Posted to
IIS 7 - Troubleshooting
by
maheshalayil
on
06-15-2009, 5:01 AM
all other rewriting rules (without unicode) and querystring unicode is working fine ..
-
Posted to
IIS 7 - Troubleshooting
by
maheshalayil
on
06-15-2009, 4:59 AM
Following error code in IIS log
sc-status : 404
sc-substatus : 0
-
Posted to
IIS 7 - Troubleshooting
by
maheshalayil
on
06-15-2009, 4:22 AM
Hi Shanghai,
Thanks for your reply.
I updated the "applicationHost" config file for unicode url support.
<requestFiltering allowDoubleEscaping="true">.
Still i'm getting 404 error.
Currently my application is running under App pool Integrated pipeline mode.
Please ...
-
Posted to
IIS 7 - Troubleshooting
by
maheshalayil
on
06-15-2009, 12:10 AM
404 Page not found.
-
Posted to
IIS 7 - Troubleshooting
by
maheshalayil
on
06-14-2009, 2:08 AM
HI,
In IIS 7 i'm facing one problem regarding URL encoding.
Eg:
http://localhost//%e9%bb%91%e8%b1.aspx -> is not working in IIS7. same url is working on IIS6. currently we are using UrlRewrite.net module for url rewriting instead of IIS7 URL rewrite module.
Please help me .
Regards
Mahesh