Rename and link the 'Run' (Start Debugging) button (#14988)

pull/14993/head
Luke Latham 2019-10-10 15:43:41 -05:00 committed by GitHub
parent 2b51011ace
commit 960d5a13a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ description: Discover support for debugging ASP.NET Core apps when running with
monikerRange: '>= aspnetcore-2.1'
ms.author: riande
ms.custom: mvc
ms.date: 04/08/2019
ms.date: 10/10/2019
uid: host-and-deploy/iis/development-time-iis-support
---
# Development-time IIS support in Visual Studio for ASP.NET Core
@ -134,7 +134,7 @@ Confirm that the `applicationUrl` and `launchUrl` endpoints match and use the sa
Run Visual Studio as an administrator:
* Confirm that the build configuration drop-down list is set to **Debug**.
* Set the Run button to the **IIS** profile and select the button to start the app.
* Set the [Start Debugging button](/visualstudio/debugger/debugger-feature-tour) to the **IIS** profile and select the button to start the app.
Visual Studio may prompt a restart if not running as an administrator. If prompted, restart Visual Studio.