Publish/Deploy Blazor WebAssembly ASP.NET Core Hosted on a Windows Server with IIS & Web Deploy

preview_player
Показать описание
In this video, we're going to deploy a Blazor WebAssembly ASP.NET Core hosted project (Client & Server) on a Windows Server with Internet Information Services (IIS) using Web Deploy. Regarding the server project, we're using a Web API with Entity Framework (with code-first migration) and a SQL Server database.

🙏MANY THANKS TO THESE LOVELY PEOPLE:
Baris Keskin
Someone
@Big_Bear_27390
Mathias
walter e watkins
Günther Dassel
Axel
Josh
Daniel Huber
Fredric Adell
Juan Carlos
Manolis
Pajani
Peter De Tender
P.
Jonas Granlund
Someone
Bobby
Kristina
@xamarin007

#Blazor #DotNet #PatrickGod

Thumbnail: vector illustration/Shutterstock
Рекомендации по теме
Комментарии
Автор

Thank you Patrick for this video ! 😊 very interesting 👌

Speatt
Автор

Thanks man. This is the video I was looking for.

bozapa
Автор

What are differences between Blazor Server and Blazor WebAssembly ASP NET Core Hosted(Client, Server, Shared)? Blazor Server keeps updating UI by SignalR, and Blazor WASM updates UI when it need by HttpClient from Server. Anything else?

SpicyBoyd
Автор

Hello Patrick... everything is great but in Webassembly Hosted from the Backend I use ProcessStartInfo to read documents and process .exe files... when I publish the application it doesn't work ProcessStartInfo does not show an error but it does not open the documents or execute the .exe... If I go to the task manager it has the process open... but it leaves them on standby... any suggestions Thanks

carlosalbertorojasocampo
Автор

Patrick - a good tutorial. Could you please do a tutorial to publish a Blazor WASM with IdentityServer application to your local IIS

Bogdanjak
Автор

Do we need IIS can we host it as a docker container?

codematrix
Автор

@Patrick, thank you for videos. I have watched & learned so much. For my blazor app, when I deploy, the home page does not load but instead some of the custom settings in my appsettings.json are written to the browser... I have never seen that and do not how to debug. Any thoughts?

briantheitguy
Автор

Hi Mr Patrick, i try implement to my app security, but password i wll see using tools dev chrome?, thanks

freddycancino
Автор

Thank You Patrick . Nice video . I make a new Blazor WSAM with Individual Account and it work good in Visual Studio . i can register and login in VB . But after publish and deploy it get error http 500 and app does not run . Should I do something before Publish In IIS ?

amirameri
Автор

Microsoft Web Platform Installer removed . what is alternative of Microsoft Web Platform Installer

islamicstatusofficial
Автор

Patrick, how can we scale it on azure?

jasminsabanovic
Автор

The method you suggest to populate the database is to use the dotnet ef migrations script command. What if you make a change to the database structure and need to run a new script on the database to update those changes? I tried using the same command, but the script is only meant for a first time creation, not updates. What would you suggest?

darkmatter
Автор

Hi. I'm new to this so I'd like to understand something..

I built my blazor server app on my laptop. But I do have a physical window server 2012 at a different location. It doesn't have Visual studio installed neither SQL server management studio.

How can I deploy my app that's on my laptop on that sever using iis ? Would I need to install Visual studio and SQL SMS ? Or is there any other alternative. Plus if I'll be making updates or changes to the app. I'd like to do it on my laptop and just update it on the sever.

What are the possible ways to go about this please?

jamesscott
Автор

hello can you help me with the publishing of blazor applicaton with sql, locally the connection works but not when published, I would appreciate it thank you

ez
Автор

Hi @Patrick God and everyone

I would like to know your opinion since I have finished the course, which is actually very good, I learned and reaffirmed many things.

Now I have a modified version that I had in production for a year with Azure but the promotion has ended and now I have to pay.

In Azure, maintaining my Web app is very expensive, I already investigated other sites but the cost is similar.

Here is my question; Do you know of any place where hosting my Blazor web app is cheaper?

MarcosDF
Автор

Thank you for making this video. I came across this while looking for "Deploy Blazor WebAssembly ASP.NET Core Hosted on azure". Can you please make a video for publishing a hosted Blazor WebAssembly app on azure static pages?...will be very much appreciated.

robinsonsmallnoloage
Автор

Nice video, thanks. Maybe also a video where you show us how to deploy on a Linux maschine :)

rentozoid
Автор

my server dont have Web Platform like you

izwansystec
Автор

"What it looks like" or "How it looks", never "How it looks like"

DigitalNomadOnFIRE
Автор

good tutorial// but in real production never deploy you app on iis) only nginx or apache )

minimalstory