Thread: IIS problem

  1. #1
    Registered User
    Join Date
    Aug 2003
    Posts
    45

    IIS problem

    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

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    PWS has a maximum of 10 connections at once, I think.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    Something Clever ginoitalo's Avatar
    Join Date
    Dec 2001
    Posts
    187
    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.
    Last edited by ginoitalo; 10-01-2003 at 01:20 PM.

  4. #4
    Registered User
    Join Date
    Aug 2003
    Posts
    45

    reply

    hi

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

  5. #5
    Something Clever ginoitalo's Avatar
    Join Date
    Dec 2001
    Posts
    187

    Re: IIS problem

    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.

  6. #6
    Disagreeably Disagreeable
    Join Date
    Aug 2001
    Posts
    711
    > 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.

  7. #7
    Registered User
    Join Date
    Aug 2003
    Posts
    45

    value

    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

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. ISAPI problem with IIS 6.0
    By Elkvis in forum Windows Programming
    Replies: 3
    Last Post: 08-25-2008, 08:04 PM
  2. Memory problem with Borland C 3.1
    By AZ1699 in forum C Programming
    Replies: 16
    Last Post: 11-16-2007, 11:22 AM
  3. Someone having same problem with Code Block?
    By ofayto in forum C++ Programming
    Replies: 1
    Last Post: 07-12-2007, 08:38 AM
  4. A question related to strcmp
    By meili100 in forum C++ Programming
    Replies: 6
    Last Post: 07-07-2007, 02:51 PM
  5. WS_POPUP, continuation of old problem
    By blurrymadness in forum Windows Programming
    Replies: 1
    Last Post: 04-20-2007, 06:54 PM