Skip to content

Commit 0b033bd

Browse files
authored
Merge pull request #5199 from MicrosoftDocs/master637236907533324584
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 3fe258f + 79f56a1 commit 0b033bd

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)