Undoing “Set as Start Page”

丶灬走出姿态 提交于 2019-12-10 01:23:59

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/8464070/undoing-set-as-start-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!