ASP.NET MVC 3 Routes - Allow Arbitrary Number of Slashes With Catch All
I recently had issues where Google was seeing misspellings of a domain names as different websites themselves, and possibly as duplicate content. The domains were bound to the same web application in IIS and I wanted to fix this without editing the source of the web application itself. I…