ASP and IIS 6.0: can't handle 2+ users?!
We're installing an existing ASP (3) application on a brand new server (Windows 2003, IIS 6.0). We have setup IIS 6 to run ASP (not .NET) scripts and followed all the basic directions for this setup. Here's our problem:
2 users from 2 separate client machines can successfully run our ASP application, which queries an Oracle database, but when we add one more client, the 3rd client either gets an error that the page cannot be displayed or will process correctly -- but after a VERY long time has passed -- and doesn't even begin to process until after the first 2 clients' actions are complete.
What are we missing???
|