nagios
+ Reply to Thread
Results 1 to 5 of 5

Thread: Starting IIS

  1. #1
    Join Date
    Jun 2006
    Posts
    459

    Starting IIS

    Yes im back for a little since moonbat's doing so good.

    Internet Information Services is a useful program that comes with Windows Xp Pro.

    Go to Control Panel>Add remove programs>click windows components, scroll down to ISS and insert your Xp install disc and follow the rest.

    The ip for your webserver that can run ASP and ASPX is [url]http://localhost[/url] or *27.0.0.*

    You can now give out your ip or get a free redirect and now youve got your own local website.

    -
    7h* L**7*57 c4n7 h4ck m*!
    Proud to have quit playing ®µÑȧ©ÅÞË

    If you write like a semi-literate boob you will very likely be ignored.
    Writing like a l**t script kiddie hax0r is the absolute l**t*st way to write!
    L0L

  2. #2
    Join Date
    Sep 2005
    Posts
    2,050
    Very useful information for Windows users that want to try some web-programming.

    Just a few extra things to add:
    • Regarding the last point about 'free redirects', if you want your web server accessible to the Internet with a host name (as opposed to a ever-changing IP address), first go to one of these sites (or Google for "dynamic dns"):

      [url]http://www.no-ip.com/[/url]
      [url]http://dyndns.com/[/url]

      They provide information on how to register and use their service, so no need to explain here.

      One important part of setting up a host name for your server is making sure the server itself is accessible to the Internet. Check that no firewalls are preventing outside access, and add necessary settings in your router to forward requests on port 80 to your internal machine.

    • For those that don't have XP or want an OSS server, there is Apache. It's available on all platforms, but the ********* setup process can be discouraging for new users.

  3. #3
    Join Date
    Jan 2006
    Posts
    153
    Another thing to add is that non-server versions of IIS (ie, XP Pro) have a max simultaneous connection of *0. Sucks, dont it?

    So heres a little trick to bump it to 40. Still not great, but at least its 4 times better that what you had and for most people depending on the sites content their bandwidth couldnt handle much more anyway.

    Go to adminscripts in innetpub and find adsutil.vbs

    run:
    adsutil set w*svc/MaxConnections 40
    make sure youre in the dir.


    If you want to discuss IIS security, administration, etc let me know Im happy to help.
    Last edited by Halla; 04-13-2007 at 02:29 AM.

  4. #4
    Join Date
    Sep 2006
    Posts
    1,649
    Lol, you had the title as 'ISS'. Don't worry, I'll change it.

  5. #5
    Join Date
    Jan 2008
    Posts
    2
    What is IIS?

+ Reply to Thread

Similar Threads

  1. Starting a new field......
    By perspective in forum General discussion
    Replies: 1
    Last Post: 08-01-2012, 11:32 PM

Posting Permissions

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