Can`t debug asp.net application

S

Serg

I have created simplest asp.net application. And it starts normally. But i
can`t debug it.
I am always getting an error:
"You do not have permisssion to debug the server. Verify that you are member
of the DebuggerUsers "
But I am a member of Debugger Users group and I am a local admin.
I have checked *.aspx it is settled to
....Framework\v2.0.40607\aspnet_isapi.dll
I have enabled anonymous access and enabled integrated wind auth.
I have enabled ASP server-side script debugging and ASP client-side script
debugging

What anything else can it be?

I am using win2003server.
Did anybody had experienced this? Please help.
thanks in adv
Serg
 
G

Guest

I had a similar problem on a computer with both VS 2k5 and VS 2k3 installed.

If you are developing for ASP.NET 2.0 (Whidbey) then you have a different
problem but if you are writing an app for ASP.NET 1.1 (in 2003) you will want
to set the ASP.NET framework property to "v1.1.xxxxx" in IIS (right-click on
the application, click on properties, go to the ASP.NET tab). I found that my
applications default to the v2.0 framework and that won't let v1.1 apps debug.
 
S

Serg

Thanks for reply
I am using VS2003
I have tried both Framework versions 1.1 and 2.0
I had reconfigured my DefaultWebSite and my Application to Framework
1.1.4322
It does not have any affect.
I can successfuly start app without debugging but can`t debug with the same
error.
 
J

Jeff Dillon

If Anonymous is on, then the app is running under the ASPNET account (or
possibly Network Service). These accounts (and add IUSR_ while you're
there) should also be in the Debuggers group.

Or simply turn off Anonymous. This works great if you are debugging sitting
at the server console. If your web server is not your desktop, then try
turning on Basic. Then the application will be running under your user
context.

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,481
Members
44,900
Latest member
Nell636132

Latest Threads

Top