URL rewriting in asp.net for content management system
A:
Jan Remunda
2009-09-11 16:17:21
A:
I've done old-school URL Rewriting in ASP.NET and it works, but I'd really recommend that you look into using Routing instead. It works with ASP.NET Webforms as well as MVC, and it's more smoothly baked into the ASP.NET system.
One other option you can look into is the IIS URL Rewriting module. It's worked well for me.
Jon Galloway
2009-09-11 18:44:53