M
Michelle Stone
I am about to deploy our application on the Internet.
We will be moving our server (containing IIS and our
asp.net application) to the DataCentre of our country in
a few days for being online.
Which would be a better configuration?
1. Putting both IIS and SQL server on the SAME machine?
2. Putting IIS and SQL Server on two separate machines
and using appropriate connectoin strings in my ASP.NET
applicatoin (instead of localhost) to connect to the SQL
server?
Cost of hosting and investment is not really an issue.
What do you recommend? Will option #2 slow down the
process, or will it be faster due to lesser load on both
machines?
Or are they both the same, thereby making option #2
meaningless?
I expect a maximum of 50 users to be online at any given
time.
Thanking you
- Michelle
We will be moving our server (containing IIS and our
asp.net application) to the DataCentre of our country in
a few days for being online.
Which would be a better configuration?
1. Putting both IIS and SQL server on the SAME machine?
2. Putting IIS and SQL Server on two separate machines
and using appropriate connectoin strings in my ASP.NET
applicatoin (instead of localhost) to connect to the SQL
server?
Cost of hosting and investment is not really an issue.
What do you recommend? Will option #2 slow down the
process, or will it be faster due to lesser load on both
machines?
Or are they both the same, thereby making option #2
meaningless?
I expect a maximum of 50 users to be online at any given
time.
Thanking you
- Michelle