There's a good discussion of these issues at

http://www.gotdotnet.com/compare/csharp/information/whitepapers/howtosolved
ebuggerproblems.doc

Greg Reinacker
Reinacker & Associates, Inc.
http://www.rassoc.com


-----Original Message-----
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
DEAL John M
Sent: Friday, May 24, 2002 8:28 AM
To: [EMAIL PROTECTED]
Subject: Re: Debugging ASP.NET


We had that problem because of the URLScan tool that Microsoft provides for
helping to secure your IIS server.  What we found was that if we disabled
the UseAllowVerbs entry in the urlscan.ini file, then restarted IIS the
problem went away.

This disables the tool's ability to deny unrecognized verbs (verbs are
request types like GET, POST...) which is by no means ideal.  A better
solution would be to find out what the debugging verb is and add it to the
list of [AllowVerbs], however for various reasons we have not had the
chance
to do that.  Maybe someone else on the list could enlighten both of us as
to
what the debugging verb(s) VS.Net sends to IIS.

Have A Better One!

John Deal

-----Original Message-----
From: El Khiyari, Hachim [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 24, 2002 7:09 AM
To: [EMAIL PROTECTED]
Subject: [DOTNET] Debugging ASP.NET


(Win 2000 SP2, IIS 5)

Thanks in advance for anyone who can help with the following problem:

I'm unable to debug a web application using F5. When I press F5, I get this
error message:

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. Would you like to
disable future attempts to debug ASP.NET pages for this project I am
already
a member of both the 'Debugger Users' and 'Administrators' groups on the
server. So far, the only way I'm able to debug web applications is by
attaching directly to the aspnet_wp.exe process on the server. Has anyone
experienced this problem?

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to