is it possible to deploy asp.net MVC site on windows AZURE platform? I understand we can deploy a WCF service, but what about full site? Will it work? Will it scale (i.e. load balance)?
We’re having a project to develop – a donation site, which will be advertised a lot and will receive a lot of traffic. I do want to try AZURE, but is it possible for AZURE to run the full asp.net mvc site?
Yes – you just need to make sure that MVC dlls are copied to bin folder and MVC project is added as a web role.
Here’s a tutorial.
Also take a look here:
MVCCloudService
PS. Remember about Azure prices.