Я новичок в MVC, поэтому, пожалуйста, помогите мне здесь.Мне нужно перенаправить myhost.com/contactus
на myhost.com/aController/aView
.
Я пытался
routes.MapRoute(
name: "contactus",
url: "contactus",
defaults: new { controller = "aController", action = "aView"}
);
, но не повезло.Чего мне не хватает: (