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