Relative Links with Extension-less URLs
I have an ASP.NET 4.0 application that implements URL routing. This gives me page URLs with no extension (e.g. /Articles/{title}) Some of these pages contain relative links. When I test the site from Visual Studio, relative links point to /Articles/{title}/mylink. However, when I deploy my site to a shared hosting account, the same relative link points to /Articles/mylink. You can see the problem at http://blackbeltcoder.com/Articles/asp/creating-website-thumbnails-in-asp-net . The link to an image near the top is broken. This page worked fine when testing from Visual Studio. {title} was