I have created a directory based site in ASP.NET MVC3 which when you navigate through the site you get to a page like http://server/domains/details/mydomain.coop.
The rest of the site works fine however when you go to this url you get a page not found error. I have put logging in to the controllers and the action in the controller is not fired. It works fine on my local machine (VS2010 / W7) but when it it is put on to the live servers (MS 2003 server IIS6) it breaks.
If the url does not contain the "." in the final domain name part (the bit that is passed through to the optional parm "id" on the default route then it all works.
Does anybody have any ideas what I can do as I really want the "." in the id part for SEO
Many thanks
Jonathan