Skip to content

Commit

Permalink
Update visual studio instructions to match UI and keep console open
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Feb 1, 2024
1 parent 65d9958 commit fc6714b
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}

Expand Down

0 comments on commit fc6714b

Please sign in to comment.