Update VS new app guidance (#11817)

pull/11888/head
Luke Latham 2019-04-06 17:50:27 -05:00 committed by GitHub
parent a0ee5769af
commit bcda74643a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

@ -5,7 +5,7 @@ description: Learn how to configure Windows Authentication in ASP.NET Core, usin
monikerRange: '>= aspnetcore-2.1'
ms.author: riande
ms.custom: "mvc, seodec18"
ms.date: 02/25/2019
ms.date: 04/03/2019
uid: security/authentication/windowsauth
---
# Configure Windows Authentication in ASP.NET Core
@ -26,9 +26,13 @@ The **Web Application** template available via Visual Studio or the .NET Core CL
In Visual Studio:
1. Create a new **ASP.NET Core Web Application**.
1. Select **Web Application** from the list of templates.
1. Select the **Change Authentication** button and select **Windows Authentication**.
1. Create a new project.
1. Select **ASP.NET Core Web Application**. Select **Next**.
1. Provide a name in the **Project name** field. Confirm the **Location** entry is correct or provide a location for the project. Select **Create**.
1. Select **Change** under **Authentication**.
1. In the **Change Authentication** window, select **Windows Authentication**. Select **OK**.
1. Select **Web Application**.
1. Select **Create**.
Run the app. The username appears in the rendered app's user interface.