Update aspnet-core-module.md (#2214)

pull/2225/head
Tom Dykstra 2016-11-18 13:44:05 -08:00 committed by GitHub
parent 95f0e9d149
commit 04c69eff3e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ uid: fundamentals/servers/aspnet-core-module
By [Tom Dykstra](http://github.com/tdykstra), [Rick Strahl](https://github.com/RickStrahl), and [Chris Ross](https://github.com/Tratcher)
ASP.NET Core Module (ANCM) is an IIS module that lets [Kestrel](kestrel.md) use IIS or IIS Express as a reverse proxy server. **ANCM works only with Kestrel; it isn't compatible with [WebListener](weblistener.md).**
ASP.NET Core Module (ANCM) lets you run ASP.NET Core applications behind IIS, using IIS for what it's good at (security, manageability, and lots more) and using [Kestrel](kestrel.md) for what it's good at (being really fast), and getting the benefits from both technologies at once. **ANCM works only with Kestrel; it isn't compatible with [WebListener](weblistener.md).**
Supported Windows versions: