Why does IIS lock my ASP.NET website folders? I can’t view the folder contents with CuteFTP now. I need to connect to my server over Remote Desktop and use unlocker to unlock the folder.
I’m also unable to delete folders.
Is there any solution for this? Note that only some folders are locked.
Because IIS worker process is using that folder. You can stop it through Task manager. In your web server,
(if you can’t see the PID in the list, click View->select columns->PID)
After that, it should work.