Groups | Blog | Home
all groups > visual studio .net general > april 2007 >

visual studio .net general : Confusing error whenever I try to Start


DrewB
4/11/2007 1:26:01 PM
I installed a fresh copy of Windows XP Pro (SP2) on one of our computers,
then IIS, and then the prereqs for Visual Studio 2003 .NET, then the program
itself. However, I'm having a problem where whenever I try to build a project
(even a new blank project) I get an error that says "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." However, the user
*is* a member of Debugger Users as well as VSS Developers. I also get this
error when I run it as an administrator.

I ran the same steps on another PC with the same results so I'm not sure
what I could be doing wrong. Did I miss a configuration step that's not
readily apparent or something? Any help would be greatly appreciated. If you
Parag Joshi
4/11/2007 4:41:41 PM
HI Drew
We had this trouble before and one of the most common problem is asp.net
registration with IIS. Try to re register asp.net with IIS. I belive the
command is aspnet_regiis -i .
The steps you have described below suggest that you shouldnt have any
problems but maybe something got fouled up. Try reregistering and see if it
solves your problem.
Regards
Parag


[quoted text, click to view]

Parag Joshi
4/11/2007 4:44:17 PM
Here is a microsoft article that covers this issue:
http://msdn2.microsoft.com/en-us/library/dwesw3ee(VS.80).aspx

Try reregistering first. Most likely that will solve your problem.
Regards
Parag

[quoted text, click to view]

DrewB
4/12/2007 9:34:02 AM
Ah, thanks! I reregistered and then (following the directions at the linked
page) ran repair/reinstall from the VS disc and now it looks like it's
working like it should. Thanks for the help!

[quoted text, click to view]
AddThis Social Bookmark Button