Rename and link the 'Run' (Start Debugging) button (#14988)
parent
2b51011ace
commit
960d5a13a9
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue