Click here to hide categories Click here to show left categories

User: Home          welcome : Guest          Log In / Register here     




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.

Share this article   |    Print    |    Article read by 2692 times
Author:
Rohit kakria
I am software developer
Related Articles: No related article
Related Interview Questions: No related interview question