标签:iis
当在IIS中修改绑定的端口号后启动时遇到如下错误,表明你的端口号已经被占用了
使用netstat -ano这个指令查看本地端口占用情况,换一个没有被占用的端口即可。
the process cannot access the file because it is being used by another process
原文地址:http://blog.csdn.net/vic0228/article/details/40542059