I started to work on an ASP.NET MVC5 application but I still not decided where I will host everything and what type of database I will use. The first option I thought was shared or vps hosting (like Godaddy) that includes traditionnal MSSQL and MySQL. The second option is Azure Websites which seems more scalable and adapted. However, on the short term, I fear this option is more expansive.
First question : Is there any other option I didn't see ?
Second question : SQL Azure and SQL Server are they exactly the same thing ? Can I still use the Entity Framework the same way ?
Third question : Do you have any suggestions... pros and cons ?
Thank you.