I was able to reproduce the "Url rewriting doesn't work at all when Trace is off" error by moving my url rewriting into the AuthorizeRequest event handler. But is
still stops after 10 requests even if I have Trace enabled. I was originally using BeginRequest, but then I read Scott Mitchels article stating how that doesn't work well with Forms authentication. I guess I'll go back to BeginRequest and see if I have
any problems with authentication.
What event are you using, and, if you are using AuthorizeRequest, how come it works for you?
None
0 Points
27 Posts
Re: Url rewriting problem associated with trace tag in web.config
Apr 12, 2005 01:30 AM|ElusiveByte|LINK
I was able to reproduce the "Url rewriting doesn't work at all when Trace is off" error by moving my url rewriting into the AuthorizeRequest event handler. But is still stops after 10 requests even if I have Trace enabled. I was originally using BeginRequest, but then I read Scott Mitchels article stating how that doesn't work well with Forms authentication. I guess I'll go back to BeginRequest and see if I have any problems with authentication.
What event are you using, and, if you are using AuthorizeRequest, how come it works for you?
- Todd