E
EJS
This is pathetic...
BUG: Debugger Does Not Stop at the Set Breakpoints in a .NET-Connected Web Application When More Than One File Has the Same File Name
RESOLUTION
To work around this problem, use one of the following options:
a.. Use unique file names for all files in your ASP.NET Web Application.
-or-
b.. Temporarily change the file names in the Development or Debugging phase. Revert to the old names when you are ready to deploy the project.
What if you want to work on more than one web app in a single solution?
Do they use integrated source control at Microsoft? If they did they would know what a pain in the a$$ it is to rename files.
BUG: Debugger Does Not Stop at the Set Breakpoints in a .NET-Connected Web Application When More Than One File Has the Same File Name
RESOLUTION
To work around this problem, use one of the following options:
a.. Use unique file names for all files in your ASP.NET Web Application.
-or-
b.. Temporarily change the file names in the Development or Debugging phase. Revert to the old names when you are ready to deploy the project.
What if you want to work on more than one web app in a single solution?
Do they use integrated source control at Microsoft? If they did they would know what a pain in the a$$ it is to rename files.