Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I don't think this has anything to do with Azure.</p> <p>It looks like this is a common problem, e.g. see questions like:</p> <ul> <li><a href="https://stackoverflow.com/questions/768017/asp-net-url-rewriting-and-authentication">ASP.Net URL rewriting and authentication</a></li> <li><a href="https://stackoverflow.com/questions/940067/using-forms-authentication-authorization-with-rewritten-urls">Using Forms Authentication/Authorization with Rewritten URLs</a> </li> <li><a href="http://www.velocityreviews.com/forums/t103352-url-rewriting-with-forms-authentication.html" rel="nofollow noreferrer">http://www.velocityreviews.com/forums/t103352-url-rewriting-with-forms-authentication.html</a></li> <li><a href="http://forums.iis.net/t/1165592.aspx" rel="nofollow noreferrer">http://forums.iis.net/t/1165592.aspx</a></li> <li><a href="https://stackoverflow.com/questions/3675314/how-should-iis7-authentication-work-with-the-url-rewrite-module">https://stackoverflow.com/questions/3675314/how-should-iis7-authentication-work-with-the-url-rewrite-module</a></li> </ul> <p>Looking at these, one common element is the <code>UrlRewriter</code> open source module - it seems like this has a few problems which seem to be based near the <code>BeginRequest</code> and <code>AuthorizeRequest</code> events.</p> <p>Can you confirm which rewriter you are using? Can you post any code about what events that rewriter is hooking into?</p> <p>Can you use the official rewrite module? <a href="http://msdn.microsoft.com/en-us/library/dd573358.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/dd573358.aspx</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload