Applying SSL certificate in IIS manager and “The process cannot access the file because it's being used by another process” error

后端 未结 5 1021
予麋鹿
予麋鹿 2021-01-31 13:46

I applied a self-signed SSL certificate in IIS manager to Default Web Site(added the HTTPS binding) and after that when I\'m trying to start the web site, I\'m getting the follo

5条回答
  •  太阳男子
    2021-01-31 14:23

    You may want to use some sysinternals tools to see if the file is really used by another process. I recommend Process Explorer. Once you've located the culprit, you can usually see why it opens the file.

    If you can't find any process, maybe your code tries to open the file; check for any file handlers you may not have closed.

提交回复
热议问题