cannot set Default route for MVC project
问题 I cannot set the Default Route for my MVC project. When I run the project, it goes to the address http://localhost:7555/ and it give the "HTTP ERROR 404" but if I enter the url http://localhost:7555/Default , it goes to the Default page. But I want users to go the Default page even if they dont enter http://localhost:7555/Default. here is my Route in Global.asax routes.MapRoute( "Default", // Route name "{controller}/{action}/{Filtre}", // URL with parameters new { controller = "Default",