Saturday, April 18, 2015

asp.net mvc project index view not found when start debugging

I have to clean up what is in Specific page
http://stackoverflow.com/questions/1333002/how-do-you-set-the-startup-page-for-debugging-in-an-asp-net-mvc-application
Go to your project's properties and set the start page property.
  1. Go to the project's Properties
  2. Go to the Web tab
  3. Select the Specific Page radio button
  4. Type in the desired url in the Specific Page text box

No comments:

Post a Comment