I've accidentaly clicked "Set as Startup page" on Index.aspx of ASP.NET MVC application.
我不小心在索引上点击了“设置为启动页面”。aspx ASP。净MVC应用程序。
Now every time I click Debug, it starts here: http://localhost:5577/Views/Home/Index.aspx
现在,每次单击Debug时,它都从这里开始: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?
可以将启动页面还原为原始的http://localhost:5577吗?
3 个解决方案
#1
29
Set your start URL to be blank in the project properties.
在项目属性中设置开始URL为空。
#2
4
project -> property pages -> Start Options -> Use Current page
项目->属性页->启动选项->使用当前页。
#3
3
You can set the start url in the web tab of project properties
您可以在项目属性的web选项卡中设置开始url
Info from msdn here
信息从msdn这里
#1
29
Set your start URL to be blank in the project properties.
在项目属性中设置开始URL为空。
#2
4
project -> property pages -> Start Options -> Use Current page
项目->属性页->启动选项->使用当前页。
#3
3
You can set the start url in the web tab of project properties
您可以在项目属性的web选项卡中设置开始url
Info from msdn here
信息从msdn这里