日期:2014-05-18  浏览次数:20747 次

急!急!急!在线等:C#中使用WebClient.UploadFile上传文件没权限,如何改权限?
在线等:C#中使用WebClient.UploadFile上传文件没权限,如何改权限?
QQ在线:545255276

------解决方案--------------------
http://www.cnblogs.com/tangdebing/archive/2007/04/21/722072.html
------解决方案--------------------
设置文件权限为asp.net 用户可写 (IUSR_Machinename)
------解决方案--------------------
那个被写的目录需要可以被iuser_***写入权限
另外要注意写入时的路径,如果你是“/upload/abc.txt”,会写到c:去的
要Server.Map(“/upload/abc.txt”)才会到你虚拟目录下的upload,否则你怎么也写不到你的目录。