From fc6714b5ec679bc994f585bb180b08c3bd662de0 Mon Sep 17 00:00:00 2001 From: Joe DeCock Date: Thu, 1 Feb 2024 15:49:44 -0600 Subject: [PATCH] Update visual studio instructions to match UI and keep console open --- .../v7/docs/content/quickstarts/1_client_credentials.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/IdentityServer/v7/docs/content/quickstarts/1_client_credentials.md b/IdentityServer/v7/docs/content/quickstarts/1_client_credentials.md index 6bdc97d1..62f45ef0 100644 --- a/IdentityServer/v7/docs/content/quickstarts/1_client_credentials.md +++ b/IdentityServer/v7/docs/content/quickstarts/1_client_credentials.md @@ -428,15 +428,12 @@ The output should look like this: ![](../images/1_client_screenshot.png) -{{% notice note %}} If you're using Visual Studio, here's how to start everything up: -1. Right click the solution and select *Set Startup Projects* +1. Right click the solution and select *Configure Startup Projects...* 2. Choose *Multiple Startup Projects* and set the action for Api and IdentityServer to Start 3. Run the solution and wait a moment for both the API and and IdentityServer to start -4. Right click the *Client* project and select Debug... Start New Instance. - -{{% /notice %}} +4. Right click the *Client* project and select Debug -> Start Without Debugging. {{% notice note %}}