Results 1 to 14 of 14

Thread: How can I get IIS to have more than 10 connections ?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    How can I get IIS to have more than 10 connections ?

    I'm using XP Pro with IIS, right now I can't have more than 10 connections to the web server, so how can I change that ?

  2. #2
    Fanatic Member -TPM-'s Avatar
    Join Date
    Jul 2005
    Posts
    850

    Re: How can I get IIS to have more than 10 connections ?

    From IIS's help:
    IIS for Windows XP Professional is designed for users developing a Web service, for home, or for office use. IIS Professional can only service 10 simultaneous client connections and does not leverage all the features of the server versions.
    There maybe some hack you could do to allow more, but it's not really ment to be used as a web server so you might have other problems.
    TPM

    Add yourself to the VBForums Frappr Map!!

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: How can I get IIS to have more than 10 connections ?

    So what do I need to have ?
    A new windows ? Windows XP Server ? (is there a Windows XP Server ?)

  4. #4
    Fanatic Member -TPM-'s Avatar
    Join Date
    Jul 2005
    Posts
    850

    Re: How can I get IIS to have more than 10 connections ?

    Yes exactly, you need windows server.
    Yes there's windows XP Server, although generally it's called 2003 server. 2000 server would work as well.
    TPM

    Add yourself to the VBForums Frappr Map!!

  5. #5
    Fanatic Member kaihirst's Avatar
    Join Date
    Jul 2005
    Location
    The Resaurant At the End of The Universe
    Posts
    633

    Re: How can I get IIS to have more than 10 connections ?

    Balls to server 2003. IIS 6.0 is a ballache to get around for first timers with ragards to web srvices. Get a copy of win server 2000 adnuse IIS 5.0

    I would start with 1 site and use virtual folders after youve configed your DNS and DHCP controllers for this, to avoid confusion and such when ruinning multiple site, as Im sure youre aware XP and 2000 workstation can only run 1 site.

    Win server 2000 sp4 with MDAC 2.5 is the way to go....

    I had server 2003 but went straight back to 2000 (however, if I had my choice and it stil ahd the versatility, Id stil be using NT4)

    Enjoy

    Kai
    As the information I give is useful in its nature, consider using the RATE POST feature located on the bottom left of this post please..

    A few things that make a good Developer a Great One.
    Methodical and a thorough approach to research and design inevitably leads to success.
    Forward thinking is the key to Flow of control.
    Never test in the design environment, always test in real time, you get the REAL results.
    CBSE & OOSE are the same animal, they just require different techniques, and thinking.
    SEO is a globe of objectives, SE rankings is an end to a means for these objectives, not part of them.
    The key to good design is explicit attention to both detail and response.
    Think Freely out of the "Box" you're in..... You will soar to better heights.

    Kai Hirst - MSCE, MCDBA, MCSD, MCP, MCAP, MSCT


  6. #6

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: How can I get IIS to have more than 10 connections ?

    Can I make websites in .NET if I use Windows 2000 Server with IIS 5.0 ?

  7. #7
    Fanatic Member kaihirst's Avatar
    Join Date
    Jul 2005
    Location
    The Resaurant At the End of The Universe
    Posts
    633

    Re: How can I get IIS to have more than 10 connections ?

    You most certainly can.... download the .net framework 2.0 from microsoft, or imsply install visual studio (.net framework bundled) and youre away my man..

    With IIS the only thing it wont run is PHP and JSP.

    Need a hand configuring it, buzz

    Enjoy...

    Kai
    As the information I give is useful in its nature, consider using the RATE POST feature located on the bottom left of this post please..

    A few things that make a good Developer a Great One.
    Methodical and a thorough approach to research and design inevitably leads to success.
    Forward thinking is the key to Flow of control.
    Never test in the design environment, always test in real time, you get the REAL results.
    CBSE & OOSE are the same animal, they just require different techniques, and thinking.
    SEO is a globe of objectives, SE rankings is an end to a means for these objectives, not part of them.
    The key to good design is explicit attention to both detail and response.
    Think Freely out of the "Box" you're in..... You will soar to better heights.

    Kai Hirst - MSCE, MCDBA, MCSD, MCP, MCAP, MSCT


  8. #8

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: How can I get IIS to have more than 10 connections ?

    Thanks for everything...

  9. #9

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: How can I get IIS to have more than 10 connections ?

    Ow... one more question:

    Does the 10 connections mean, 10 people (remote IP's)/users can connect to it ?
    Another way to ask this:
    If someone downloads a 100 MByte file (for example), and the same person will browse the website at the same time, does not mean that it's using 2 connections or 1 ?

  10. #10
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: How can I get IIS to have more than 10 connections ?

    To clairfy thats 10 concurrent connections ie, only 10 people can download stuff at the same time.
    Why use IIS? There must be 340934930 choices out there...(free choices ).

    @kaihirst

    IIS will run PHP. I don't know if it can run as a module, but it most certianly can run as a CGI. Isn't JSP = Javascript which is interpeted client side anyways?
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  11. #11
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: How can I get IIS to have more than 10 connections ?

    No, JSP is not Javascript. JSP is Java Server Pages, which is a server side java web programming language. It works just like ASP, PHP and what not.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  12. #12
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: How can I get IIS to have more than 10 connections ?

    Quote Originally Posted by techgnome
    No, JSP is not Javascript. JSP is Java Server Pages, which is a server side java web programming language. It works just like ASP, PHP and what not.

    -tg
    Ahh, thanks for clairfying that. Never heard of it before, nor used it before. .
    (Don't care that much for java..)

    @kaihirst

    From http://java.sun.com/products/jsp/jsp-asp.html

    Because it uses ActiveX controls for its components, ASP technology is basically restricted to Microsoft Windows-based platforms. Offered primarily as a feature of Microsoft IIS...
    Both PHP and JSP will work accroding to PHP and Sun, respectivaly.
    Last edited by k1ll3rdr4g0n; Nov 30th, 2005 at 10:05 PM.
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  13. #13
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: How can I get IIS to have more than 10 connections ?

    Quote Originally Posted by CVMichael
    Ow... one more question:

    Does the 10 connections mean, 10 people (remote IP's)/users can connect to it ?
    Another way to ask this:
    If someone downloads a 100 MByte file (for example), and the same person will browse the website at the same time, does not mean that it's using 2 connections or 1 ?
    If it's an ASP page, it has a cookie, meaning it's the same user.

  14. #14

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: How can I get IIS to have more than 10 connections ?

    Quote Originally Posted by k1ll3rdr4g0n
    Why use IIS? There must be 340934930 choices out there...(free choices ).
    Because I want to use .NET (ASP.NET + VB.NET) (It's the only thing I know for building dinamic web-pages)
    Quote Originally Posted by dglienna
    If it's an ASP page, it has a cookie, meaning it's the same user.
    So that means 10 users can connect, not 10 connections...
    Before I was afraid that one user could take up all the connections.
    Everything is clear now...
    Thanks...

    Now I have to think If I'll need more than 10 users or not(ie, Windows 2000 Server or stay with XP Pro)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width