Open Closed

Deploy Blazor Web Assembly #1159


User avatar
0
cellero created
  • ABP Framework version: v4.3.X
  • UI type / Blazor Web Assembly
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): / no

Can you please provide a link to deployment of Blazor Web Assembly application. Deployment to IIS. Specifically the two deployments required. One for the API and one for the Blazor App.

Is it possible to deploy a combined instance? I.e. no need for API seperation.

Many thanks, Roger


4 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Is it possible to deploy a combined instance? I.e. no need for API seperation.

    I don't understanding what you mean,

    Blazor web assembly is separation of front-end and backend.

    Maybe you need blazor-server:https://docs.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/server?view=aspnetcore-5.0

  • User Avatar
    0
    cellero created

    Ok ignore my question about separation.

    Just point me to the documentation for the deployment of Blazor Web Assembly to IIS.

    Thanks, Roger

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    See https://docs.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/webassembly?view=aspnetcore-5.0

    You need to change the configuration before deployment:

    blazor

    HttpAPI.Host

    dbmigrator

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11