Skip to content

Commit 87bf284

Browse files
committed
tweak
1 parent 798fe3e commit 87bf284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/error-the-web-server-could-not-find-the-requested-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Due to security considerations, IIS has returned a generic error.
2222

2323
One possible cause is the security configuration of the server. IIS 6.0 and earlier versions used an add-on program, known as URLScan, to filter out suspicious and malformed requests. IIS 7.0 has built-in Request Filtering for the same purpose. In both cases, overly restrictive request filtering can prevent Visual Studio from debugging the server.
2424

25-
Another possible cause of this error is that the W3SVC service for IIS is not started. Check that this service is started (grayed out) in the Services Control Panel (*services.msc*).
25+
Another possible cause of this error is that the W3SVC service for IIS is not started. Check that this service is started (grayed out) in the Services window (*services.msc*).
2626

2727
There are numerous additional possible causes of this error. A few of the most common causes include a problem with the IIS installation or configuration, the web site configuration, or permissions in the file system. You can try accessing the resource with a browser. Depending on how IIS is configured, you might have to use a local browser on the server or inspect the IIS error log to get a detailed error message.
2828

0 commit comments

Comments
 (0)