V
varija
I have a .NET application which is currently deployed using a single
app server (IIS). I want to use multiple IIS servers for the
application....primary reason being perfromance improvemnet for the
site.
We use SQL Server 2000 in the application and most of the tasks being
run on server are long running tasks taking hours to complete. Right
now only one such task can run at a time on the server and it uses the
SQL server at the back-end heavily. (together with other small
requests).
To improve this situation, i am planning to have multiple IIS servers
deployed. Is this the right way to go or are their any other solutions
?
Also, i think i will need to have multiple SQL servers .
Since i am pretty new to .NET framework, i am having a couple of issues
doing so.
Can some one give me some pointers where to start from or start looking
at something similar will help. It would really helpful.
Thanks in advance
app server (IIS). I want to use multiple IIS servers for the
application....primary reason being perfromance improvemnet for the
site.
We use SQL Server 2000 in the application and most of the tasks being
run on server are long running tasks taking hours to complete. Right
now only one such task can run at a time on the server and it uses the
SQL server at the back-end heavily. (together with other small
requests).
To improve this situation, i am planning to have multiple IIS servers
deployed. Is this the right way to go or are their any other solutions
?
Also, i think i will need to have multiple SQL servers .
Since i am pretty new to .NET framework, i am having a couple of issues
doing so.
Can some one give me some pointers where to start from or start looking
at something similar will help. It would really helpful.
Thanks in advance