为什么 IIS 会锁定我的 ASP.NET 网站文件夹?
为什么 IIS 会锁定我的 ASP.NET 网站文件夹?我现在无法使用 CuteFTP 查看文件夹内容。我需要通过远程桌面连接到我的服务器并使用解锁器来解锁文件夹。
我也无法删除文件夹。
有什么解决办法吗?请注意,只有某些文件夹被锁定。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因为 IIS 工作进程正在使用该文件夹。您可以通过任务管理器停止它。在您的Web服务器中,
(如果在列表中看不到PID,请点击查看->选择列->PID)
之后,它应该可以工作。
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.