One thing to keep in mind is that url rewriting actually rewrites the URL from the perspective of ASP.NET.
The MVC framework doesn't do rewriting, it does routing. The URL never changes. I'd agree with jcteaque, url rewriting is probably unecessary with MVC. If you have an old URL you wish to support and map to a new url, you could probably model it with a Route.
Phil Haack (http://haacked.com/)
Senior Program Manager, Microsoft
Haacked
Contributor
6901 Points
412 Posts
Re: Question about Co-Existance and UrlRewriting.Net
Dec 14, 2007 04:34 PM|LINK
One thing to keep in mind is that url rewriting actually rewrites the URL from the perspective of ASP.NET.
The MVC framework doesn't do rewriting, it does routing. The URL never changes. I'd agree with jcteaque, url rewriting is probably unecessary with MVC. If you have an old URL you wish to support and map to a new url, you could probably model it with a Route.
Senior Program Manager, Microsoft
What wouldn’t you do for a Klondike bar?