In this ASP.NET MVC Video tutorial part 2, we will learn, How to change the start page, if you have multiple controller in Controller folder. The "Home controller" name is the default controller in RouteConfig.cs file which is available in App_Start folder. In this file we have three parameter that is Controller name, Action Method name and Id(Optional Parameter). If you want to change the start page then first to change the controller name after then must to change the action method name.
↧