Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetcore/tutorials/nano-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Example of how a web.config might look like if `dotnet.exe` was **not** on the p
```

Run the following commands in the remote session to create a new site in IIS for the published app on a different port than the default website. You also need to open that port to access the web.
This script uses the `DefaultAppPool` for simplicity. For more considerations on running under an application pool, see [Application Pools](../hosting/apppool.md#apppool).
This script uses the `DefaultAppPool` for simplicity. For more considerations on running under an application pool, see [Application Pools](../publishing/iis.md).

<!-- literal_block {"ids": [], "classes": ["code", "powershell"], "xml:space": "preserve"} -->

Expand Down