From 72d8c9ae99bd369940ed069947016cabc4da1ed6 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Fri, 18 Nov 2016 08:35:08 -0800 Subject: [PATCH] metadata fix --- aspnetcore/fundamentals/servers/aspnet-core-module.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/aspnetcore/fundamentals/servers/aspnet-core-module.md b/aspnetcore/fundamentals/servers/aspnet-core-module.md index d8f8ac52c5..df3d6d8f22 100644 --- a/aspnetcore/fundamentals/servers/aspnet-core-module.md +++ b/aspnetcore/fundamentals/servers/aspnet-core-module.md @@ -1,13 +1,14 @@ --- -title: ASP.NET Core Module overview +title: ASP.NET Core Module overview | Microsoft Docs author: tdykstra -description: -keywords: ASP.NET Core, +description: Introduces ASP.NET Core Module (ANCM), an IIS module that lets the Kestrel web server use IIS or IIS Express as a reverse proxy server. +keywords: ASP.NET Core, IIS, IIS Express, ASP.NET Core Module, UseIISIntegration ms.author: tdykstra manager: wpickett ms.date: 10/27/2016 ms.topic: article ms.assetid: 4661af33-34c5-4d71-93a0-8c7632f43580 +ms.technology: aspnet ms.prod: aspnet-core uid: fundamentals/servers/aspnet-core-module ---