From 960d5a13a958b76534446857e332a54cba95966c Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 10 Oct 2019 15:43:41 -0500 Subject: [PATCH] Rename and link the 'Run' (Start Debugging) button (#14988) --- .../host-and-deploy/iis/development-time-iis-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/host-and-deploy/iis/development-time-iis-support.md b/aspnetcore/host-and-deploy/iis/development-time-iis-support.md index 7ab8e41249..0335b10ef9 100644 --- a/aspnetcore/host-and-deploy/iis/development-time-iis-support.md +++ b/aspnetcore/host-and-deploy/iis/development-time-iis-support.md @@ -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.