Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
The Global.asax.cs file has this:
routes.MapRoute(
"Default", // Route name
"{controller}/{action}/{id}", // URL with parameters
new { controller = "Home", action = "Index", id = UrlParameter.Optional } // Parameter defaults
);
Here you can change the start page.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question