gpt4 book ai didi

asp.net - 是否有必要授予应用程序池标识对 Web 文件夹的读取权限?

转载 作者:行者123 更新时间:2023-12-04 06:32:21 25 4
gpt4 key购买 nike

我总是授予应用程序池身份对 web 文件夹的只写权限。
但是,有些人授予他们读写权限。
问题是

Is it necessary to grant an application pool identity a read permission on the web folder? Does granting a write permission suffice?


编辑 1
到目前为止,我通过授予只写权限没有遇到任何问题。
你能举一个需要读取权限的案例吗?
编辑 2
我有一个 data.txtApp_Data文件夹,在我的操作方法中,我的代码如下:
        using (StreamReader sr = new StreamReader(Server.MapPath("~/App_Data/data.txt")))
{
string text = sr.ReadToEnd();
// do more things here.
}
到现在为止还挺好。
编辑 3
我有一个文件夹 Content包含一堆pdf文件。用户仍然可以下载它们。

最佳答案

在这里写得很好:Why can I upload a file without IIS Write Permission?

  • "Read" access controls whether the HTTP GET verb is allowed.

  • "Write" access controls whether HTTP PUT verb is allowed.

关于asp.net - 是否有必要授予应用程序池标识对 Web 文件夹的读取权限?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5255752/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com