Skip to content

Commit

Permalink
Update source of the blazor.server.js script (#12374)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex authored May 10, 2019
1 parent 91a4b25 commit d4733ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aspnetcore/blazor/hosting-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Understand client-side and server-side Blazor hosting models.
monikerRange: '>= aspnetcore-3.0'
ms.author: riande
ms.custom: mvc
ms.date: 04/25/2019
ms.date: 05/10/2019
uid: blazor/hosting-models
---
# Blazor hosting models
Expand Down Expand Up @@ -78,7 +78,7 @@ There are downsides to server-side hosting:
* Reduced scalability: The server must manage multiple client connections and handle client state.
* An ASP.NET Core server is required to serve the app. Deployment without a server (for example, from a CDN) isn't possible.

†The *blazor.server.js* script is published to the following path: *bin/{Debug|Release}/{TARGET FRAMEWORK}/publish/{APPLICATION NAME}.App/dist/_framework*.
†The *blazor.server.js* script is served from an embedded resource in the ASP.NET Core shared framework.

### Reconnection to the same server

Expand Down

0 comments on commit d4733ee

Please sign in to comment.