i have a ApplicationController class with an action called Admin
so my url is http://www.mysite.com/Application/Admin
is there anyway i can have the routing be http://www.mysite.com/Admin and go to this method.
i know i can do this by creating an AdminController but for this one function i thought it was easier to just put in another controller
Put this above your default route: