Skip to content

Commit f3cea0e

Browse files
authored
Update BWA solution start guidance
1 parent 8deb1d7 commit f3cea0e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

aspnetcore/blazor/security/includes/troubleshoot-server.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,12 @@ A functioning app may fail immediately after upgrading either the .NET Core SDK
103103
> [!NOTE]
104104
> Use of package versions incompatible with the app's target framework isn't supported. For information on a package, use the [NuGet Gallery](https://www.nuget.org).
105105
106-
### Run the server app
106+
### Start the solution
107107

108-
When testing and troubleshooting Blazor Web App, make sure that you're running the app from the server project.
108+
When testing and troubleshooting Blazor Web App, make sure that:
109+
110+
* For one of the Backend-for-Frontend (BFF) pattern sample apps that you start the solution from the ***`Aspire/Aspire.AppHost` project***.
111+
* For one of the non-BFF pattern sample apps that you start the solution from the ***server project***.
109112

110113
### Inspect the user
111114

0 commit comments

Comments
 (0)