ASP.NET MVC hosting recommendations

Posted by chris on Server Fault See other posts from Server Fault or by chris
Published on 2009-10-15T19:13:30Z Indexed on 2010/04/14 0:03 UTC
Read the original article Hit count: 277

Filed under:
|

I'm looking for recommendations for hosting an asp.net MVC application.

Obviously, we need to be able to have access to configure IIS directly - I'd prefer not to have to go thru a control panel.

The web server needs to have a dedicated IP, since some clients will be accessing it via IP.

We need at least a SQLServer 2005 database, ideally on the same box.

Load and usage will be pretty low, so a virtual machine will probably be fine. Does any one have any recommendations that meet the above constraints?

© Server Fault or respective owner

Related posts about hosting

Related posts about asp.net-mvc