Posts Tagged ‘URL Rewrite’
ASP.NET URL Rewrite replaced with MVC Framework?
Another pretty interesting blog post from ScottGu about the upcoming MVC Framework. I imagine the uses of this framework will extend far beyond simple URL Rewriting, but is still looks very appealing to me, even if that’s all it did.
http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part-1.aspx
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!