IIS problem [Archive] - C Board

PDA

View Full Version : IIS problem


rajesh23
09-30-2003, 02:06 AM
hi

can anyone solve my problem?


Iam using IIS under windowsXP. Iam capable of viewing ASP pages in it provided the SP script is not too long. Say if I write a counter script and run it through IIS it hangs. I get a error message saying that" too many users are connected to IIS" and I have to reboot my system to solve the problem. I have currently installed win98 on my other partition (and using PWS) to tackle the problem. Is the IIS shipped with windowsXP has an inherent flaw or something else?

My system confg: 128MB ram, 28 GB HDD

raajesh

XSquared
09-30-2003, 05:39 AM
PWS has a maximum of 10 connections at once, I think.

ginoitalo
10-01-2003, 01:07 PM
I had the same problem when one of my perl scripts had an infinite loop in it, check that and set proper time-outs and error handling for db connections etc...

g.

rajesh23
10-02-2003, 08:59 PM
hi

i did configure those things correctly. neither my program had any infinite loops. but the problem still persists

ginoitalo
10-05-2003, 03:02 PM
Originally posted by rajesh23
Is the IIS shipped with windowsXP has an inherent flaw or something else?

Installing the service packs and fixes never hurts, for IIS and XP.

In the App configs, what is you 'ASP script Timeout' set at ?
The default is 90.

Hillbillie
10-07-2003, 12:25 AM
> get a error message saying that" too many users are connected to IIS" and I have to reboot my system to solve the problem.<

Like a user said earlier, it has a connection limit of 10 since the IIS on Windows XP is only meant for Web site development, not for production hosting.

rajesh23
10-08-2003, 02:18 AM
hi

it is set at 90 only. I will give a sample script when it hangs say..hit counter script. Even for such a simple script it is not capable of executing. I dont have any such problems when I run it with my PWS in windows 98

thanks

raajesh