Hi all,
I have built a working MVC app (with preview 2) and all is good except that my URLs contain .mvc.aspx in order to work. I had anticipated this (and tested with IIS6 locally), however it will only work with the extended mapping.
I found this by chance on another post in these forums, and tried it out of frustration. Why is is required? Why can't I just use .mvc (for now, until II7.0), as per the comment within global.asmx.cs
In summary, it works correctly on my local IIS6, but not on the hosted domain. I asked the hosting service to setup the mapping, which they claim to have done, so I thought it should all be good.
Any ideas?
Thanks
PS - loving the MVC - good work!