UpTheCreek
UpTheCreek

Reputation: 32381

ASP.NET MVC and Cloud Hosting

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

Answers (2)

Rippo
Rippo

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

chris166
chris166

Reputation: 4807

We run it on Amazon EC2 without problems (Windows Server 2008)

Upvotes: 1

Related Questions