I have scoured the web for a decent explanation of the routing syntax in ASP.NET MVC Beta 1 but I still can't get it to work.
Please could someone explain what I need to put in my Global.asax.cs file to have two supported URIs for my site:
www.mysite.com/map.aspx
(i.e the site without any explicit parameters/actions for performing the default action), and,
www.mysite.com/map.aspx/search/searchParam1/searchParam2/searchParam3/
(for performing a search)
PS: In the meantime, I'll continue working on this and I'll post the answer myself if I find it.