asp.net - MVC 5 Change the home page -
i have mvc5 app running locally expected ,when run it automatically open home page ,i have additional folder in view can navigate them specify path(e.g. http://12.0.0.1:80/list/index ) want change when run main project (http://12.0.0.1:80) automatically open page http://12.0.0.1:80/list/index ,how should ?
go routeconfig.cs file in app_start folder of project , change default route constraints controller="list" instead of controller="home".
Comments
Post a Comment