Sudhakar MuthuKrishnan
Sudhakar MuthuKrishnan

Reputation: 333

How to deploy the Blazor web application on the web? What is the step by step procedure?

I'm new to the web application development. I have developed a Blazor web application (Server-sdie) on Visual studio by reading many blogs and watching tutorials on YouTube. Eventually I have learnt how to code it. I have got the expected results while debugging/running on Chrome - locathost.

Now, I want to buy a domain and make my web application live on the internet. I don't know how to do it. Helping hands will be highly appreciated!

Upvotes: 0

Views: 251

Answers (1)

Tomasz Zaorski
Tomasz Zaorski

Reputation: 31

First, you need to have some server space for your application. I suggest creating a free Azure account. You can easily publish your application on Azure (few clicks from VisualStudio), you will be assigned an address on Azure and you will be able to check the application in action. Many Azure services are free - maybe that's enough to get you started?

Upvotes: 1

Related Questions