Reputation: 32381
Has anyone had any experience running an ASP.NET MVC (2) app in one of the (decent) cloud hosting services? Which providers support this?
Additionally - how does session state work in these services - all ok?
Thanks
Upvotes: 0
Views: 1327
Reputation: 22424
I run MVC 2 on RackSpace cloud (formerly know as Mosso). I just had to set copy=true for a few of the MVC DLLS as they are not yet installed on the servers.
Apart from that it all works great.
Upvotes: 1