Skip to content

Commit 6bb578a

Browse files
committed
PR Merger edits
1 parent 9741faf commit 6bb578a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/debugger/remote-debugging-aspnet-on-a-remote-iis-7-5-computer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@ Starting in Visual Studio 2022 version 17.10 Preview 2, the Attach to Process di
254254
If you have multiple processes showing w3wp.exe, check the User Name column. In some scenarios, the User Name column shows your app pool name, such as IIS APPPOOL\DefaultAppPool. If you see the App Pool, an easy way to identify the correct process is to create a new named App Pool for the app instance you want to debug, and then you can find it easily in the User Name column.
255255

256256
::: moniker range=">=vs-2022"
257-
![Screenshot of Attach to Process dialog](../debugger/media/vs-2022/remote-debug-attach-to-process-aspnet-core.png "RemoteDBG_AttachToProcess")
257+
![Screenshot of Attach to Process dialog.](../debugger/media/vs-2022/remote-debug-attach-to-process-aspnet-core.png "RemoteDBG_AttachToProcess")
258258
::: moniker-end
259259
::: moniker range="vs-2019"
260-
![Screenshot of Attach to Process dialog](../debugger/media/vs-2019/remotedbg-attachtoprocess-aspnetcore.png "RemoteDBG_AttachToProcess")
260+
![Screenshot of Attach to Process dialog.](../debugger/media/vs-2019/remotedbg-attachtoprocess-aspnetcore.png "RemoteDBG_AttachToProcess")
261261
::: moniker-end
262262

263263
7. Select **Attach**.

docs/debugger/remote-debugging-aspnet-on-a-remote-iis-computer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,10 @@ Starting in Visual Studio 2022 version 17.10 Preview 2, the Attach to Process di
242242
If you have multiple processes showing *w3wp.exe* or *dotnet.exe*, check the **User Name** column. In some scenarios, the **User Name** column shows your app pool name, such as **IIS APPPOOL\DefaultAppPool**. If you see the App Pool, but it's not unique, create a new named App Pool for the app instance you want to debug, and then you can find it easily in the **User Name** column.
243243

244244
::: moniker range=">=vs-2022"
245-
![Screenshot of Attach to Process dialog](../debugger/media/vs-2022/remote-debug-attach-to-process-aspnet-core.png "RemoteDBG_AttachToProcess")
245+
![Screenshot of Attach to Process dialog.](../debugger/media/vs-2022/remote-debug-attach-to-process-aspnet-core.png "RemoteDBG_AttachToProcess")
246246
::: moniker-end
247247
::: moniker range="vs-2019"
248-
![Screenshot of Attach to Process dialog](../debugger/media/vs-2019/remotedbg-attachtoprocess-aspnetcore.png "RemoteDBG_AttachToProcess")
248+
![Screenshot of Attach to Process dialog.](../debugger/media/vs-2019/remotedbg-attachtoprocess-aspnetcore.png "RemoteDBG_AttachToProcess")
249249
::: moniker-end
250250

251251
7. Select **Attach**.

docs/debugger/remote-debugging-azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,10 @@ Starting in Visual Studio 2022 version 17.10 Preview 2, the Attach to Process di
244244
If you have multiple processes showing *w3wp.exe* or *dotnet.exe*, check the **User Name** column. In some scenarios, the **User Name** column shows your app pool name, such as **IIS APPPOOL\DefaultAppPool**. If you see the App Pool, but it's not unique, create a new named App Pool for the app instance you want to debug, and then you can find it easily in the **User Name** column.
245245

246246
::: moniker range=">=vs-2022"
247-
![Screenshot of Attach to Process dialog](../debugger/media/vs-2022/remote-debug-attach-to-process-aspnet-core.png "RemoteDBG_AttachToProcess")
247+
![Screenshot of Attach to Process dialog.](../debugger/media/vs-2022/remote-debug-attach-to-process-aspnet-core.png "RemoteDBG_AttachToProcess")
248248
::: moniker-end
249249
::: moniker range="vs-2019"
250-
![Screenshot of Attach to Process dialog](../debugger/media/vs-2019/remotedbg-attachtoprocess-aspnetcore.png "RemoteDBG_AttachToProcess")
250+
![Screenshot of Attach to Process dialog.](../debugger/media/vs-2019/remotedbg-attachtoprocess-aspnetcore.png "RemoteDBG_AttachToProcess")
251251
::: moniker-end
252252

253253
7. Select **Attach**.

0 commit comments

Comments
 (0)