【问题标题】:Windows Server 2003 Permissions - Restricted web directoryWindows Server 2003 权限 - 受限的 Web 目录
【发布时间】:2012-11-20 10:51:30
【问题描述】:
我对 Windows Server 不太熟悉,因此不确定描述这一点的最佳方式。我有一个运行 IIS 6 的 Windows 2003 Server 机器。我将设计器 FTP 提供给根目录上的特定文件夹并允许读/写访问。这样他们就无法触及网站的其余部分。
不过,他的剧本肯定能做到吗?例如他可以创建一个上传脚本? “自包含”此文件夹的最佳方式是什么?
干杯,
RJ
【问题讨论】:
标签:
windows
permissions
iis-6
windows-server-2003
【解决方案1】:
如果可能的话,我会做的是在 IIS 中删除该文件夹的执行权限
In IIS MMC expand the website, select the folder and open the properties windows.
On the Home Directory tab, Change the execute permissions to **NONE**
这将允许他们上传文件(任何文件),但该文件夹中的脚本不会执行/运行
希望这会有所帮助。