I am trying to figure out how i can create a route configuration so that all URLS will goto the same VIEW (Page).
CUrrently of course if i do for example
/Products/Id
Then this would look in the Products controller.
I would like to always goto my MainController and the same action no matter what the URL is
Is this possible?
Thanks in advance