Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IIS 6 does not start

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Server 2003 IIS - Server Extensions admin pages w..  
Author Message
user2343

External


Since: Oct 29, 2004
Posts: 1



(Msg. 1) Posted: Fri Oct 29, 2004 1:20 pm
Post subject: IIS 6 does not start
Archived from groups: microsoft>public>inetserver>iis (more info?)

Dear colleagues,

I am trying to start IIS 6 "Default Web Site" on any kind of ports on
Windows 2003 Enterprise, but it does not work.

I am having Apache2 on port 9000, if this disturbs, also Microsoft SQL
installed.

When trying to start the server, it says:

"The process can not access the file because it is being used by another
process"

Any suggestions what to do?


Kind regards,

Dejan Gregor

 >> Stay informed about: IIS 6 does not start 
Back to top
Login to vote
tdevere

External


Since: Aug 29, 2003
Posts: 449



(Msg. 2) Posted: Sun Nov 21, 2004 9:28 pm
Post subject: RE: IIS 6 does not start [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

SYMPTOMS
========

When you launch IIS 6.0 on a .NET Server machine, IIS binds to all IP
addresses on the server, not just the IP addresses that are assigned to
Web sites. If you then attempt to launch an additional application that
makes use of port 80 it will fail.

If an application is already using port 80 on any IP address and you then
attempt to start a website on port 80 on a separate IP address you will
receive the following error message:

"The process cannot access the file because it is being used by another
process."


CAUSE
=====

When IIS 6.0 is started and a website is enabled on port 80, http.sys binds
to port 80 on all IP addresses of the machine - represented by 0.0.0.0:80.
Once this has happened no additional processes can bind to port 80 on any
IP address.


RESOLUTION
==========

The current workaround is to use httpcfg.exe to manually instruct IIS6 to
bind to only one particular IP instead of binding to 0.0.0.0:80. This can
be done with the httpcfg.exe utility which ships with the Windows.NET
Server Support Tools. The steps are as follows:

1. Install the Windows.NET Server Support Tools

2. Open a command prompt and navigate to the directory with httpcfg.exe
3. Configure http.sys to STOP listening to all IPs: httpcfg delete
iplisten -i 0.0.0.0

4. Configure http.sys to listen to ONLY the specified IP:
httpcfg set iplisten -i <ip address>

6. Stop the HTTP driver:
net stop http

7. Stop the other service/process attempting to bind to port 80
8. Restart HTTP and any web services: net start "World Wide Web Publishing
Service"

9. Restart the service/process that also wants to bind to port 80



Thank you,

Tony DeVere [MSFT]
Microsoft IIS
Newsgroup Support
tdevere.RemoveThis@online.microsoft.com

"Please do not send email directly to this alias. This is our online
account name for newsgroup participation only."

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.

 >> Stay informed about: IIS 6 does not start 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
ISS will not start - We recently purchased two new computers from Dell with XP-Pro and after installing VS 2003, ISS breaks on both of them and will not start. Uninstalling and reinstalling IIS gets it running again but when ASP.NET is installed, it breaks and again will...

Can't start IIS 6.0 - Hello, I had to uninstall some drivers and a few programs and now I cannot start IIS 6.0. I also tried to reinstall IIS but no luck :( Here is the error from the event viewer The World Wide Web Publishing Service service terminated with..

Cannot start IIS - I installed IIS on Windows 2000 professional to run ASP. I found that when I ran any scripts, only the HTML would be displayed and not the ASP. After checking my connections, I found that IIS had not started. I tried to start it from the Internet..

IIS does not start. - Hi, I recently upgraded my machine from WIN98 to WIN2k Professional. Everything works fine, but IIS nevers starts. In the Event Viewer the error log contains "Authentication service unknown". I have not installed any service packs on the m...

IIS does not start - Hi, has anyone an idea how to delete the "%WINDIR%\system32 \inetsrv" folder after de-installing the w3srv component?? I always get the error message that the folder is in use although the w3srv service has been removed previously. Another ...
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]