How is Azure Websites different from Azure Cloud Service Web Role when ASP.NET MVC is chosen to develop the Web Application?
Few differences are like:
- Azure Websites can not be deployed using Cloud Service Packages while Web Role has to use it.
- Creating Azure Websites takes much lesser time than Cloud Service Web Role.(I guess this is due to the setup of VM in case of Cloud Service Web Role)
Any more to add?