IIS won't start

LincLinc OwnerDetroit Icrontian
edited April 2006 in Science & Tech
I need to run IIS so I can test my ASP scripts, but when I click on the Start button, it tells me "Address already in use". I just installed it about 3 hours ago with no problems. I'm running Win2k and know basically nothing about ISS. Help? :werr:




//edit: IIS != ISS :banghead:

Comments

  • Park_7677Park_7677 Missouri Member
    edited October 2003
    Do you mean IIS, or "Internet Information Services"? ;)
  • LincLinc Owner Detroit Icrontian
    edited October 2003
    d'oh, yes, very much yes :rolleyes:

    /me edits thread title
  • Park_7677Park_7677 Missouri Member
    edited October 2003
    Try to reboot the computer to see if that'll free up port 80.

    If not, there is a awesome tool that will spy on processes to see what ports they are using. The program, however, is known to cause problems (processes crash and/or Windows BSODs).

    So, with warning, I link Inzider. Very nice tool when it works... :o

    MAKE SURE TO BACKUP EVERYTHING BEFORE RUNNING INZIDER IN CASE OF BSOD!!!

    If it works fine, find out what's using port 80 on the same IP as IIS is trying to. That's what's stopping IIS from running..
  • LincLinc Owner Detroit Icrontian
    edited October 2003
    I reboot, same prob (I'd done that previously as well). Ran the prog - full text of what it printed:

    (c) 1999, Arne Vidstrom - http://www.ntsecurity.nu/toolbox/inzider/


    Checked C:\WINNT\Explorer.EXE (PID=2236)
    Checked C:\Program Files\Winamp\winampa.exe (PID=92)
    Checked C:\Program Files\Creative\ShareDLL\MediaDet.Exe (PID=2140)
    Checked C:\WINNT\System32\mdm.exe (PID=280)
    Checked C:\WINNT\system32\rundll32.exe (PID=2436)
    Checked C:\Program Files\PD\shwicon.exe (PID=2332)
    Checked C:\Program Files\ATI Multimedia\RemCtrl\ATIX10.exe (PID=2276)
    Checked C:\WINNT\SOUNDMAN.EXE (PID=2380)
    Checked C:\WINNT\system32\desk95.exe (PID=2340)
    Checked C:\WINNT\system32\mmc.exe (PID=212)
    Checked C:\Program Files\Creative\ShareDLL\CtNotify.exe (PID=2104)
    Checked C:\Program Files\QuickTime\qttask.exe (PID=2524)
    Checked C:\WINNT\system32\atiptaxx.exe (PID=2292)
    Checked C:\Program Files\ATI Multimedia\main\ATISched.EXE (PID=2532)
    Checked C:\Program Files\iTunes\iTunesHelper.exe (PID=2468)
    Checked C:\PROGRA~1\NORTON~1\navapw32.exe (PID=2316)
    Found TCP port 1108 bound at 127.0.0.1 by C:\PROGRA~1\NORTON~1\navapw32.exe (PID=2316)
    Checked C:\Program Files\Folding@Home\winfah.exe (PID=2604)



    Not seein' a conflict there... :(
  • Park_7677Park_7677 Missouri Member
    edited October 2003
    D'oh... Reading the docs...
    On Windows NT,inzider is unable to check processes that are started as services.

    :banghead:

    Try binding IIS to your actual IP vs. "(All Unassigned)". If that doesn't work, try chaning the port to 81--see if in fact there is something on port 80 already.


    You can IM me if you'd like. :)
  • hypermoodhypermood Smyrna, GA New
    edited October 2003
    TCPView from www.sysinternals.com will list all processes using UDP/TCP ports with both the local address and remote address if any.
  • Park_7677Park_7677 Missouri Member
    edited October 2003
    Thanks hypermood :D

    Keebs, that should work for ya... Just look for "[computername]:http"

    Here's a screenshot of my Win2000 w/ IIS running...
  • LincLinc Owner Detroit Icrontian
    edited October 2003
    Changing to port 81 fixed it.

    :scratch: I still don't see what's using 80...


    //edit: yes, i did DL that prog by the way, thanks! There is nothing using port 80 the best I can tell...
  • EnverexEnverex Worcester, UK Icrontian
    edited October 2003
    Problem with using anything other than port 80 means that you have to type the server address with :port after it, where as 80 is the default and doesn't need to be typed.

    Are you sure you haven't installed Apache or something else at some point? Or maybe IIS is running twice?

    NS
  • hypermoodhypermood Smyrna, GA New
    edited October 2003
    Post a screenie of TCPView - maybe we can help
  • edited April 2006
    hypermood wrote:
    Post a screenie of TCPView - maybe we can help
    I had similar issues with IIS. I had attempted to reinstall IIS and recieved the same error. My resolution was to go to task mgr and stop inetexplorer.exe then go to add remove windows components and check iis and the required sub components. This time IIS finished installing quickly. Then I started the snap in at by double clicking C:\windows\system32\inetsrv\iis.msc
  • deicistdeicist Manchester, UK
    edited April 2006
    as a quick check, have you tried hitting http://localhost:80? I'm guessing if there is something on port 80 it's a web server of some description, so hitting it with a browser should get you something if there's something there.
Sign In or Register to comment.