473,732 Members | 2,146 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

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

Nov 18 '05 #1
3 1397
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

Nov 18 '05 #2
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

Nov 18 '05 #3
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.development now.com">dn</a>
"Reza Solouki" <Re*********@di scussions.micro soft.com> wrote in message
news:EF******** *************** ***********@mic rosoft.com...
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

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4064
by: D. Buck | last post by:
Details: MS SQL 2000 dual Intel 1.2 GHz processors. 1 GB RAM 2.1 GB dB Dynamic Memory Managment. No other apps running on this server. First question: Since I have Dynamic Memory Managment setup, Is it usuall that the sqlsrv.exe process on the server steadily climbs and is in the 800 to
11
8774
by: Mark J. McGinty | last post by:
Greets, One site I've written allows the user to install an IE extension menu (not malware at all) by downloading/merging a short .REG file. Worked like a peach on Win2K Server, now that I upgraded to Server 2003, it returns a 404 file not found error. I'm positive the file is there/spelled right. I changed it to .txt and it displays the text in the user's browser. So there's little question that this is some "security" addition, to...
7
17407
by: Michi Henning | last post by:
Hi, I'm using a non-blocking connect to connect to a server. Works fine -- the server gets and accepts the connection. However, once the connection is established, I cannot retrieve either the local or the remote endpoint from the client-side socket. The *really* strange thing is that Socket.LocalEndPoint is null. According to the doc, that's impossible: reading the LocalEndPoint
3
280
by: Dan | last post by:
I get nothing but problems when trying to debug an ASP.Net project on our development server (I can debug projects locally on my computer fine). It keeps giving me this error when trying to debug on the server: "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...
0
1125
by: Randy | last post by:
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
8
2627
by: Fred Flintstone | last post by:
I have an odd problem. I'm beating myself bloody trying to get debugging to work. I have VS.Net 2005 installed on a Windows XP SP2 workstation and on a W2003 Server. The asp.net application is working. I need to debug. I get the error: "Unable to start debugging on the web server. The debugger cannot connect to the remote computer" ...and something about it not existing or firewall problems. I'll note here that I can manually...
5
14433
by: Glen Buell | last post by:
Hi all, I have a major problem with my ASP.NET website and it's SQL Server 2005 Express database, and I'm wondering if anyone could help me out with it. This site is on a webhost (WebHost4Life) and was running fine and dandy, until I decided I needed to add some additional stored procedures to the database.
18
10240
by: =?Utf-8?B?VGhlU2lsdmVySGFtbWVy?= | last post by:
Because C# has no native SSH class, I am using SharpSSH. Sometimes, for reasons I do not know, a Connect call will totally lock up the thread and never return. I am sure it has something to do with weirdness going on with the server I am talking to. Anyhow, this locked up state happens once in a while (maybe once per day) and I can't figure out how to deal with the locked up thread. If I issue a Thread.Abort() the exception never...
2
1466
by: darrel | last post by:
Quick background: Our department reveived new PCs a few weeks ago. Alas, due to new security policies, we weren't immediately set up as admins of our own machines, so most of us developers had issues getting SQL Server and IIS running properly. They apparently fixed all permissions (granting us admin rights) and we thought we were good to go.
0
8944
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8773
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9445
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9234
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9180
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8186
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6030
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3259
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2721
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.