httpmodule

There are 1 entries for the tag httpmodule
Generating and enforcing that any link and request is lowercase with ASP.NET MVC

This post is based off 2 other blog posts I found which helped me come up with my solution with some slight modifications on their code. For my new project I’m having my URLs all lowercase, as some search engines interpret ‘/Home’ and ‘/home’ as two different locations. So the problem became “how can I enforce all my URLs get rendered as lowercase, and how do I force a request to a URL with an uppercase letter to redirect to the lowercase equivalent?”. Because I’m using ASP.NET MVC I needed a way to get the Routing engine to render the URL as...

posted @ Sunday, February 01, 2009 6:02 PM | Feedback (3)