Is it possible to have route like this : www.MyDomin/AnyPage www.MyDomin/AnyPage1 and so on ? Instead of www.MySite/MyController/AnyPage
Without specifying the controller?
Is it possible to have route like this : www.MyDomin/AnyPage www.MyDomin/AnyPage1 and so on ? Instead of www.MySite/MyController/AnyPage
Without specifying the controller?
Yes it is. Edit your routes in the Global.asax file, for example:
Well you could define the following route:
Now all that's left is have the controller action to which this would map: