Add an additional resource to IIS Modules topic (#5550)

pull/5553/head
Luke Latham 2018-02-25 20:38:31 -06:00 committed by Scott Addie
parent f143ccef48
commit 5266352590
1 changed files with 3 additions and 2 deletions

View File

@ -154,6 +154,7 @@ The only modules required to run an ASP.NET Core app are the Anonymous Authentic
## Additional resources
* [Host on Windows with IIS](xref:host-and-deploy/iis/index)
* [IIS Modules Overview](https://docs.microsoft.com/iis/get-started/introduction-to-iis/iis-modules-overview)
* [Introduction to IIS Architectures: Modules in IIS](/iis/get-started/introduction-to-iis/introduction-to-iis-architecture#modules-in-iis)
* [IIS Modules Overview](/iis/get-started/introduction-to-iis/iis-modules-overview)
* [Customizing IIS 7.0 Roles and Modules](https://technet.microsoft.com/library/cc627313.aspx)
* [IIS `<system.webServer>`](https://docs.microsoft.com/iis/configuration/system.webServer/)
* [IIS `<system.webServer>`](/iis/configuration/system.webServer/)