Hi all, I'm doing a url mapping (rewrite) on my website using the event Application_BeginRequest on Global.asax. I test the function in a simple website and working PERFECT but in my website is not working, here is the code: 1 protected void Application_BeginRequest( object sender, EventArgs e) 2 { 3...