I new to using ASP.net-mvc and would like some help. I created a web application using VS2010 and need to change the way the pages flow. How do I code it so that the first page the user is presented is not the home page but the login page?
Share
You modify the default route in Global.asax in the RegisterRoutes method.