Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > The web serve has been locked down and is blocking the Debug verb.

Reply
Thread Tools

The web serve has been locked down and is blocking the Debug verb.

 
 
=?Utf-8?B?UmV6YSBTb2xvdWtp?=
Guest
Posts: n/a
 
      11-24-2004
Hello,

I ran the Microsoft Baseline Security analyzer 1.2 on my developement
machine, then as one of the requests. Also updated the machine 1.1 Framework
with service pack 1.

Now everytime I try to run a project on debug or release mode get this
message:

"Error while trying to run the project: Unable to start debuging on the web
server. The web server has been locked down and is blocking the DEBUG verb,
which is required to enable debuging....."

Where do I unblock this on web server, haven't had luck finding this
setting, or what is the solution to this?

Thanks in advance for your help,
Reza

 
Reply With Quote
 
 
 
 
John M Deal
Guest
Posts: n/a
 
      11-24-2004
Search your machine for the URLScan.ini file and open it up. You'll see
sections and entries for what verbs to allow. Simply add DEBUG to the
allowed verbs and away you go.

Have A Better One!

John M Deal, MCP
Necessity Software

Reza Solouki wrote:
> Hello,
>
> I ran the Microsoft Baseline Security analyzer 1.2 on my developement
> machine, then as one of the requests. Also updated the machine 1.1 Framework
> with service pack 1.
>
> Now everytime I try to run a project on debug or release mode get this
> message:
>
> "Error while trying to run the project: Unable to start debuging on the web
> server. The web server has been locked down and is blocking the DEBUG verb,
> which is required to enable debuging....."
>
> Where do I unblock this on web server, haven't had luck finding this
> setting, or what is the solution to this?
>
> Thanks in advance for your help,
> Reza
>

 
Reply With Quote
 
 
 
 
=?Utf-8?B?UmV6YSBTb2xvdWtp?=
Guest
Posts: n/a
 
      11-24-2004
Thanks John, that seemed to solve that problem.

On the same cause now getting the message,
"Unable to start debugging on the web server. Could not start ASP.NET or ATL
Server debugging....."

I know what they are but since never had to start them manually, not sure
what to do?!
I found a service for ASP.NET, which started it but still getting the same
msg!

Thanks again for your help.

"John M Deal" wrote:

> Search your machine for the URLScan.ini file and open it up. You'll see
> sections and entries for what verbs to allow. Simply add DEBUG to the
> allowed verbs and away you go.
>
> Have A Better One!
>
> John M Deal, MCP
> Necessity Software
>
> Reza Solouki wrote:
> > Hello,
> >
> > I ran the Microsoft Baseline Security analyzer 1.2 on my developement
> > machine, then as one of the requests. Also updated the machine 1.1 Framework
> > with service pack 1.
> >
> > Now everytime I try to run a project on debug or release mode get this
> > message:
> >
> > "Error while trying to run the project: Unable to start debuging on the web
> > server. The web server has been locked down and is blocking the DEBUG verb,
> > which is required to enable debuging....."
> >
> > Where do I unblock this on web server, haven't had luck finding this
> > setting, or what is the solution to this?
> >
> > Thanks in advance for your help,
> > Reza
> >

>

 
Reply With Quote
 
Ben Strackany
Guest
Posts: n/a
 
      11-24-2004
Google search on "the web server has been locked down" gave me a bunch of
stuff. First one seemed promising

http://msdn.microsoft.com/library/de...gdebugverb.asp

--
Ben Strackany
www.developmentnow.com

<a href="http://www.developmentnow.com">dn</a>


"Reza Solouki" <> wrote in message
news:EFD0D9BC-0CA7-4733-AAB8-...
> Hello,
>
> I ran the Microsoft Baseline Security analyzer 1.2 on my developement
> machine, then as one of the requests. Also updated the machine 1.1

Framework
> with service pack 1.
>
> Now everytime I try to run a project on debug or release mode get this
> message:
>
> "Error while trying to run the project: Unable to start debuging on the

web
> server. The web server has been locked down and is blocking the DEBUG

verb,
> which is required to enable debuging....."
>
> Where do I unblock this on web server, haven't had luck finding this
> setting, or what is the solution to this?
>
> Thanks in advance for your help,
> Reza
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
sublassing as a verb davidj411 Python 2 06-21-2008 12:25 AM
Get the Verb of request in jsp jwren Java 2 10-03-2007 09:04 PM
The web serve has been locked down and is blocking the Debug verb Randy ASP .Net 0 03-29-2006 09:47 PM
Distributions, RE-verb and the like bearophileHUGS@lycos.com Python 3 01-03-2006 11:34 AM
How to debug an ASP.NET web application residing on a remote serve =?Utf-8?B?c2hla2hhcnRncw==?= ASP .Net 1 11-15-2005 12:11 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57