Hi,
Developing an application using MVC-style extensionless URL's. One of the pages has a url that sometimes contains an email address. On my local machine this works fine. However when I publish to the test server, trying to access this URL yields a 404 error, unless you take the full stop out, in which case it routes as expected.
I've tried adding this to the web.config file:
<httpRuntime relaxedUrlToFileSystemMapping="true"/>
But it has no effect
Any ideas what might be causing this? Even if I could find a more helpful error than just a 404 it'd be a start!
Cheers, Matt