Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to reset ASP.NET Startup page?

I've accidentaly clicked "Set as Startup page" on Index.aspx of ASP.NET MVC application.

Now every time I click Debug, it starts here: http://localhost:5577/Views/Home/Index.aspx

Which obviously gives me an error.

Can i revert the startup page back to the original http://localhost:5577?

like image 861
Sahat Yalkabov Avatar asked Aug 26 '10 05:08

Sahat Yalkabov


1 Answers

Set your start URL to be blank in the project properties.

alt text

like image 77
p.campbell Avatar answered Oct 11 '22 18:10

p.campbell