John:

VS.NET uses a "DEBUG" verb.

See http://support.microsoft.com/default.aspx?scid=kb;EN-US;q310588

--
Scott


-----Original Message-----
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
DEAL John M
Sent: Friday, May 24, 2002 10:28 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] 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.

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