Skip to content

Commit e61e21a

Browse files
committed
minor clarity update
1 parent 420112f commit e61e21a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/developer/webapps/aspnet/development/disable-debugging-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To disable debugging, add the compilation element to the `Web.config` file of th
6565
## Modify the Machine.config file
6666

6767
> [!CAUTION]
68-
> Be careful when editing `Machine.config`. This file applies globally to all .NET applications on the server, and a misconfiguration can break other applications. Prefer setting `debug="false"` in the application’s Web.config or via IIS Manager to target only specific sites.
68+
> Be careful when editing `Machine.config`. This file applies globally to all .NET applications on the server, and a misconfiguration can break other applications. To target only specific sites, prefer setting `debug="false"` in the application’s Web.config or via IIS Manager.
6969

7070
You can also disable debugging for all applications on a system by modifying the `Machine.config` file. To confirm that debugging isn't enabled in the `Machine.config` file, follow these steps:
7171

0 commit comments

Comments
 (0)