Posts Tagged ‘Global.asax’
URL Rewrite in ASP.NET and IIS 6
URL Rewriting always seemed like a foreign language to me when I would try to understand how it worked and how to impliment it on a webserver that doesn’t support it natively. However, I decided to try my hand at it again the other night and it’s surpisingly easy. I’m linking a few articles just to help spread the word in case anyone else is trying to Google there way into an answer.
http://www.aspnettutorials.com/tutorials/network/web-URL-aspnet2-csharp.aspx
http://aspnet.4guysfromrolla.com/articles/022603-1.aspx
Enjoy!