Problems after upgrade from server 2000 to server 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
Since upgrading from Win2000 server to 2003 server I can't start the service
on my web site. I get this message: "The process cannot access the file
because it is being used by another process". Following help Article: 890015
I ran the netstat program from the command prompt and can't see any conflicts
on port 80 or 443. However, there is no registry subkey as descibed in the
article (i.e.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\ListenOnlyList).
I can drill down to Parameters but there is no ListenOnlyList. I really
don't know what to do from here onwards, so if you've got some idea please
let me know.
Neil Henderson
 
Try asking them here. x-posted to:public.inetserver.iis

http://www.microsoft.com/communitie...021-bb43-476d-8f8f-6c00a363ccf5&lang=en&cr=US

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hi
| Since upgrading from Win2000 server to 2003 server I can't start the
service
| on my web site. I get this message: "The process cannot access the file
| because it is being used by another process". Following help Article:
890015
| I ran the netstat program from the command prompt and can't see any
conflicts
| on port 80 or 443. However, there is no registry subkey as descibed in
the
| article (i.e.
|
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\ListenOnlyList).
| I can drill down to Parameters but there is no ListenOnlyList. I really
| don't know what to do from here onwards, so if you've got some idea please
| let me know.
| Neil Henderson
 
As per the KB:
Note By default, if the ListenOnlyList subkey is not present, an IP address
of 0.0.0.0 is used. However, if the ListenOnlyList subkey is present and the
0.0.0.0 IP address is listed, no other IP address should be listed. If other
IP address are also listed, the other IP addresses must be deleted.

if they key is not there, then it is binding to 0.0.0.0 meaning all
interfaces. do you have other program that might be using port 80?
what's the event log saying ? what website and what port?

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/
 
Back
Top