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
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
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.