Click to See Complete Forum and Search --> : Error when trying to Debug a Web Application


Nasty2
December 15th, 2006, 06:12 AM
Hey guys,

I installed Visual Studio .NET 2003 on my Windows XP Pro machine, and created a new Web Application.

If I run the application without debugging, it's Ok!
But when I try to run the application with debugging I get the following error:
"Error while trying to run project: Unable to start debugging on the web server. You do not have permissions to debug the server.
Verify that you are a member of the 'Debugger Users' group on the server."

Now, I also clicked on the Help button and followed all the instructions that I related to my problem, but still nothing!

FYI:
My User is a member of the 'Debugger Users' group.
IIS is using 'Integrated Windows Authentication'
The IIS setting 'HTTP Keep-Alives Enabled' is checked

I searched the Net and found loads of posts regarding this error message, but nothing seems to work in my case!

Got any ideas?