Skip to content

Commit 7a9d5c1

Browse files
authored
Merge pull request #6475 from Mikejo5000/mikejo-br17
Debug - doc bug fix
2 parents 596f92f + 04fadbb commit 7a9d5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ For information on running the remote debugger as a service, see [Run the remote
193193

194194
6. Type the first letter of your process name to quickly find your app.
195195

196-
* If your are using the [in-app hosting model](/aspnet/core/host-and-deploy/aspnet-core-module?view=aspnetcore-3.1#hosting-models) on IIS, select the correct **w3wp.exe** process. Starting in .NET Core 3, this is the default.
196+
* If your are using the [in-process hosting model](/aspnet/core/host-and-deploy/aspnet-core-module?view=aspnetcore-3.1#hosting-models) on IIS, select the correct **w3wp.exe** process. Starting in .NET Core 3, this is the default.
197197

198198
* Otherwise, select the **dotnet.exe** process. (This is the out-of-process hosting model.)
199199

0 commit comments

Comments
 (0)