问题
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