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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -