This is basically a ripoff of this question, but for windows only.
I am building a public website that will handle user data. This website is built on an Authentication system that I would like to provide as SaaS so other websites may authenticate with it and use my data.
We are also seeking a very cheap way out as we have no funding.
Contraints:
- .Net Framework 4 and MVC.
- Full trust.
- Automated backups and server administration. (we dont have any experience in server stuff).
- Scalable SQL Server database. For now, slow growth, in some months or years, possibly millions of views per month.
- Normal Compute server - ability to move to high end compute. (more data = more RAM for algorithms)
What kind of host is best for hosting both a public website and SaaS app in one?
built with asp.net mvc, .net 4 and will use WCF.