This is IIS 7 in Windows 7. The web site is stopped and when I try to start it the error message (in subject) appears.
The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)
This is an issue with binding conflict. There is another application that is using port 80. If you change the bindings for the default website to 8080 [for test purpose] it will work.
You can run NETSTAT -ano and find out the PID for the process that is using port 80, then you can compare that PID with the process name in task manager [may be skype.exe?]
No comments:
Post a Comment