views:

256

answers:

3

Is is possible to configure a server to allow using links with and without using the .aspx extention.

If yes, how could I go about setting this up.

I'm working on a client site who is using umbraco. I know it has built in friendly URL capibility. Unfortunatly the site is already live and turning the feature on for the whole lot of links.

The problem is they want to use promotional urls like www.sitename.com/promotion without having to append the .aspx extention. And we don't want to go through the trouble of enabling url rewriting site wide and having to track down all the broken links.

+3  A: 

Scott Guthrie has a good post on this.

http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx

BlackWasp
A: 

Half way down under the section Completely Controlling the URI provides links and a number of methods of accomplishing this: http://blogs.msdn.com/bags/archive/2008/08/22/rest-in-wcf-part-ix-controlling-the-uri.aspx

Brandon
A: 
FlySwat