ホームページ > データベース > mysql チュートリアル > IIS:The process cannot access the file because it is being u

IIS:The process cannot access the file because it is being u

WBOY
リリース: 2016-06-07 15:48:52
オリジナル
1655 人が閲覧しました

/*by Jiangong SUN*/ I have encountered the problem when i configure a website in IIS 7. The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020) Apparently, the TCP/IP port used i

/*by Jiangong SUN*/


I have encountered the problem when i configure a website in IIS 7.

"The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020) "


Apparently, the TCP/IP port used in my new website is also used in another running services. So what i need to do is find the service(s).


Because my new site uses port 443, so i need to find which service(s) is using this port.


Firstly, 

run cmd 

-> netstat -aon  | find ":443"

Here it will shows process id of the service(s) you want.


Secondly, you can find the exact service(s) using its PID. 2272 is the PID in my case.

-> tasklist /fi "PID eq 2272"

IIS:The process cannot access the file because it is being u


Finally, you can kill the service(s). 


IIS:The process cannot access the file because it is being u


Restart your web site, and it will work.


関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート