From 04c69eff3e57ddb3f1d7edc076a09619c737af72 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Fri, 18 Nov 2016 13:44:05 -0800 Subject: [PATCH] Update aspnet-core-module.md (#2214) --- aspnetcore/fundamentals/servers/aspnet-core-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/servers/aspnet-core-module.md b/aspnetcore/fundamentals/servers/aspnet-core-module.md index 46ad1f94dc..914249439b 100644 --- a/aspnetcore/fundamentals/servers/aspnet-core-module.md +++ b/aspnetcore/fundamentals/servers/aspnet-core-module.md @@ -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: