Skip to content

Hosting the Server

Tom Longhurst edited this page Nov 25, 2021 · 2 revisions

And now you need to host it somewhere.

Azure has a free tier for App Services, so if you have an Azure account, create a new App Service, and register it using the free tier. Or pay for it if you want!

Then in Visual Studio, you can right-click your ASP.NET Web App and click Publish - If you log into your Azure account, Visual Studio should be able to find your new App Service and publish straight to it.

Of course, if you have another way of hosting it, you can do that too. Above is just an easy example of how to get started!

Clone this wiki locally