Home > other >  Publish ASP.NET MVC app with SQL Server database to free Azure account
Publish ASP.NET MVC app with SQL Server database to free Azure account

Time:09-16

Just want to know that I have my ASP.NET MVC application and related SQL Server database. I have signed up for a free Azure account.

I want to know if I can publish my app and database to Azure with this free account. The purpose of that, I want to check how the things are working properly and also since I working from home, selected user's want to see the progress of my project.

CodePudding user response:

you need to have paid subscription for SQL server feature. Try finding SQL server express also know that SQL server will separately require you to pay SQL server license key. I would suggest to look into free SQL server hosting accounts instead of directly using Azure SQL server.

  • Related