cro wrote:
What do you thing is needed (hardware and software) to start a web hosting company for hosting ASP.NET web site and enable SQL Database creation ?
What about the license ? How does it work if each web site can create a database ? Is it possible to use SQL Express ?
I've yet to see any hosted environment allowing SQL Express (this is where someone will point me to one) and the reason is very very clear. When you mount a database it spawns a new instance of SQL Express, which, on my machine at least, takes around 50-100Mb. Now imagine 20 instances on a single web host and watch it all grind to a halt. Then add on full text indexing, added to the latest version. Ouch.
Not allowing SQL Express would allow an awful lot more ASP.Net sites to run on a single host.
Plus of course you can charge a bundle for SQL server databases.
And finally don't forget to tweak the security on the asp.net process.
I think the key to hosting is the control panel. I've never seen one I'm happy with as a user, although
Helm has been the best attempt I've found