the process cannot access the file because it is being used by another process
当在IIS中改动绑定的port号后启动时遇到例如以下错误,表明你的port号已经被占用了
使用netstat -ano这个指令查看本地port占用情况,换一个没有被占用的port就可以。
当在IIS中改动绑定的port号后启动时遇到例如以下错误,表明你的port号已经被占用了
使用netstat -ano这个指令查看本地port占用情况,换一个没有被占用的port就可以。