Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Undoing "Set as Start Page"

I set one of my ASP.net pages to the default start page in Visual Studio. This results in a 404 error when I try to debug my project. How do I clear this?

Thanks,

Barry

like image 308
Baz Avatar asked Dec 11 '11 12:12

Baz


1 Answers

Right click the MVC project and select properties.

Go to the Web tab.

Under Start Action, select either Current Page or Don't open a page.

like image 166
danludwig Avatar answered Sep 21 '22 07:09

danludwig