Skip to content

Commit c0cfc78

Browse files
authored
Updates
1 parent 9dacf38 commit c0cfc78

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,14 @@ A functioning app may fail immediately after upgrading either the .NET Core SDK
105105
106106
### Start the solution
107107

108-
When testing and troubleshooting Blazor Web App, make sure that:
108+
Blazor Web Apps:
109109

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***.
110+
* For one of the Backend-for-Frontend (BFF) pattern sample solutions, start the solution from the ***`Aspire/Aspire.AppHost` project***.
111+
* For one of the non-BFF pattern sample solutions, start the solution from the ***server project***.
112+
113+
Blazor Server solutions:
114+
115+
Start the solution from the ***server project***.
112116

113117
### Inspect the user
114118

0 commit comments

Comments
 (0)