Debug tab is not available on the project properties page of a C# web app

岁酱吖の 提交于 2019-12-24 19:06:01

问题


I'm trying to access the DEBUG tab on the project properties page of a C# web app but there is no such tab (Visual Studio 2010)

The project is a web application project.

Anyone knows how to make the debug tab visible?

Thanks!


回答1:


There is no "Debug" tag in project properties for web application projects. This tab is only available in C# Windows and Console projects.

Depending on what you are trying to do, you may want to look at the 'Build' or the 'Web' tab for options that you may expect to find under the 'Debug' tag. Hope this helps.



来源:https://stackoverflow.com/questions/19734470/debug-tab-is-not-available-on-the-project-properties-page-of-a-c-sharp-web-app

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