如果asp.net网站权限都配置正确,但是仍然出现某一个文件或者文件夹没有读写权限时
原来只用在Web.config里面的 <system.web>节点下增加<identity impersonate="true" /> 就可以了。