1

I have a server side blazor app, I would like to publish it using Azure App Service. When I send the publish command from within Visual Studio, I got this message.

enter image description here

Does this mean I cannot use this method to publish server side blazor app right now? What is the alternative way?

Jawad Sabir
  • 167
  • 2
  • 12
  • 1
    Perhaps you can find the answer here: https://stackoverflow.com/questions/56543379/how-can-i-deploy-a-blazor-server-hosted-application-from-visual-studio-2019 – enet Jul 13 '19 at 13:28

1 Answers1

1

Change the Deployment Mode in your Publish settings to "Self-Contained."

Katie P
  • 583
  • 1
  • 6
  • 12