IIS process cannot access file in use

Viewed 15531

We created an SSL certificate for our server and when we want to start IIS we get this error:

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

Port 443 seems to be in use. How can I solve this? Or How can I learn why port 443 in being used?

5 Answers

it may port issue. previously my port was 80 now i change it with 8080 then everything works fine for me.

To change the port:-
1) open iis
2) select your project 
3) there is a "Edit Bindings" option at the right side. click on it.
4) select the host and click on edit.
5) now change the port
Related