Hope you all had a great Christmas and New Years, and hopefully 2009 will be a good one...
In
my case that probably equates to looking at how to save money for my
business. So I have a MS SQL 2005 and IIS ASP.NET application which is
currently being hosted for testing using MSDN subscription
licenses. Essentially the architecture looks like:
Customers (web browsers) <-> FireWall <-> [IIS7 Guest VM] <- vlan -> [SQL2005 Guest VM]
_user session<--------- http & https only --> web application <-odbc only ->
To
license this and put it into production at co-location is going to be expensive due,
mainly, to the SQL licensing requirements, right? i.e. that SQL2005 VM
is going to need per processor or server license for £2500+
So, can I replicate my architecture using web wiz services without putting the
ASP.NET/IIS7 application on the same machine as the SQL server?
I need to make sure our application will work properly on SQL 2008 but I think it will. Any recommendations if I DID put the
ASP.NET/IIS7 application on the SQL2008 box too?
Security is also a significant issue as the database will contain some financial information (which was why I had them separated in the test environment).
With interest,
sk