I\'m looking to do something similar to this post:
How to hide controller name in Url?
only without any sort of ID.
The server is running IIS 6 and t
Is your new routing rule positioned above the default routing rule of {controller, action, id} so that it has the opportunity to match first?
{controller, action, id}