top of page
Search

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

  • ABS
  • Oct 24, 2021
  • 1 min read

This issue may occur if TCP port 80 and/or 443 is grabbed by a different service.

(Normally Skype by default use port 80)

netstat -aon | find ":80"

netstat -aon | find ":443"

 
 
 

Recent Posts

See All
SAP B1/iVend- Query Inventory In SAP

Check inventory audit in SAP select  a.CreateDate, b.USER_CODE as [User], a.TransType SAP_DocType, case when a.TransType = 13 then  'Sale...

 
 
 

Comentários


Post: Blog2_Post

©2021 by Addon Business Solution Co., Ltd.

bottom of page