View Single Post
Old 27-Feb-2007, 08:57 PM   #1 (permalink)
Sangeetha
Fixed Error!
 
Sangeetha's Avatar

Posts: 139
Location: Chennai
Join Date: Feb 2007
Rep Power: 2 Sangeetha is on a distinguished road

IM:
Default Cannot start IIS websites because the process cannot access the file

Question: Ok I'm getting this above error, now I've read You receive a "The process cannot access the file because it is being used by another process" error message when you try to start a Web site in the Internet Information Services 6.0 MMC snap-in and I've found that there is a process listening on port 80 it has a PID of 1968 and I'm damned if I know what that is, a trawl through google didn't shed much light, or maybe it's just me and I'm to tired to see. Anyway I'd love to know what it is. This is a new install of Win 2003 R2 with exchange 2003, I need the default website up and running for OWA and I really don't relish re-installing the whole lot to solve this problem. Any help gratefully received :-)

This is what netstat -ano showed:

Proto Local Address Foreign Address State PID
TCP 0.0.0.0:25 0.0.0.0:0 LISTENING 600
TCP 0.0.0.0:42 0.0.0.0:0 LISTENING 1684
TCP 0.0.0.0:53 0.0.0.0:0 LISTENING 444
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 1968
TCP 0.0.0.0:81 0.0.0.0:0 LISTENING 1968
TCP 0.0.0.0:88 0.0.0.0:0 LISTENING 860
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 1284
TCP 0.0.0.0:389 0.0.0.0:0 LISTENING 860

And no listenonly key is present in the registery hence the 0.0.0.0
Sangeetha is offline   Reply With Quote