Hi bulgarian,
I am not sure if I understood you completely right, but are you looking for something likes this:
routes.Add(new Route("Default.aspx", new MvcRouteHandler())
{
Defaults = new RouteValueDictionary(new { controller = "Admin", action = "RoleManager", id = (string)null }),
});
And then you can create the Controller AdminController in your Controller-folder. Don't forget to create the folder Admin down in your Views-folder. I hope this is what you were searching for.
(If this has answered your question, please click on "Mark as Answer" on this post. Thank you!)
Best Regards,
Johannes
http://www.irisindividuell.de
http://www.itecon.de
http://www.johanneshiemer.de