SyntaxFix
Write A Post
Hire A Developer
Questions
If you don't want to change the router, just go to the HomeController and change MyNewViewHere in the index like this:
public ActionResult Index() { return View("MyNewViewHere"); }