I know this issue has come up a lot, but I am having this problem and can't figure it out even after reading through other post and search through google results.
This the error I get:
"Error while trying to run project: Unable to start debugging on the web server. You do not have permission to debug the server.
Verify that you are a member of the Debugger User's group on the server"
My setup:
Virtual Machine w/XP SP3
.NET 1.1 & 2.0
Visual Studio 2003 Development Edition V 7.1.3088 (SP1 download won't run)
IE6
What I've checked:
My user account is under the Debuggers Group
My Web App is set to version .net 1.1
Localhost is a trusted site in IE6
Integrated Windows Authenication is set in IIS
Everything was working, but then I installed some windows updates and it killed the debugger. I tried removing the updates, but it still doesn't work.
I even tried to create a new virtual machine with SP2 and install VS2003 but for some reason it says .net 1.1 is setup on my web server. The process of getting VS2003 up and running has been a huge hassle for me.