Xpode.com        Click here to Print this article.

Error: The Web Server Has Been Locked Down and Is Blocking the DEBUG Verb

I got this error while trying to run the program. After pressing F5 I received a popup that was showing that This message "The Web Server Has Been Locked Down and Is Blocking the DEBUG Verb". After searching net, i found the below solution.

Steps to correct the error.

Follow steps: 1) Open UrlScan.ini file in notepad.It will be in window drive in window folder (C:\WINDOWS\system32\inetsrv\urlscan\UrlScan.ini) - Take backup of your file before change

2) Find [AllowVerbs]

3) Check if there is written DEBUG

4) If not then write :) Done

After written It will be like:

[AllowVerbs]

DEBUG
GET
HEAD
POST

Now run Visual Studio and site. It will run properly.



http://
http://

Contributed by:
Rohit kakria
I am software developer

Resourse address on xpode.com
http://www.xpode.com/Print.aspx?Articleid=320

Click here to go on website