S Scott Allen Dec 1, 2004 #2 The easiest way is to put some code in the Application_BeginRequest method of global.asax. Then use Context.RewritePath to do your URL rewriting. I have a couple links to additional articles with indepth techniques here: http://odetocode.com/Blogs/scott/archive/2004/09/22/509.aspx
The easiest way is to put some code in the Application_BeginRequest method of global.asax. Then use Context.RewritePath to do your URL rewriting. I have a couple links to additional articles with indepth techniques here: http://odetocode.com/Blogs/scott/archive/2004/09/22/509.aspx