Skip to content

Commit ef5f2cf

Browse files
authored
Updates from editor
1 parent 8a67efc commit ef5f2cf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ To disable debugging, modify the *Web.config* file or the *Machine.config* file,
2525
To disable debugging, add the compilation element to the *Web.config* file of the application by following these steps. The *Web.config* file is located in the application directory.
2626

2727
1. Open the *Web.config* file in a text editor, such as Notepad. The file is typically located in the application directory.
28-
2. In the *Web.config* file, locate the compilation element. Debugging is enabled when the debug attribute in the compilation element is set to **true**.
29-
3. Change the debug attribute to **false** to disable debugging for that application.
28+
2. In the *Web.config* file, locate the compilation element. Debugging is enabled when the debug attribute in the compilation element is set to `true`.
29+
3. Change the debug attribute to `false` to disable debugging for that application.
3030

31-
The following code sample shows the compilation element with debug set to **false**:
31+
The following code sample shows the compilation element with debug set to `false`:
3232

3333
```xml
3434
<compilation debug="false"/>
@@ -69,7 +69,7 @@ You can also disable debugging for all applications on a system by modifying the
6969

7070
:::image type="content" source="media/disable-debugging-application/aspnet-debug-step2.png" alt-text="Screenshot of website or web application for which you wish to enable or disable debug mode.":::
7171

72-
1. From the middle pane of the IIS Manager console, select the **.NET Compilation** icon:
72+
1. From the middle pane of the IIS Manager Console, select the **.NET Compilation** icon:
7373

7474
:::image type="content" source="media/disable-debugging-application/aspnet-debug-step3.png" alt-text="Screenshot of the .Net Compilation icon.":::
7575

0 commit comments

Comments
 (0)