系统提示 错误描述 Access to the path E:\sinovisacomcn\index.html is denied. 错误代码 at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bfromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.StreamWriter.CreateFile(String path, Boolean append) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding) at ProNews.CreateFile(String FilePath, String Text) in f:\中侨\zhongqiao8.11\App_Code\ProNews.cs:line 580 这是网站的错误提示!看上去好像是权限的问题,但是我给everyone完全控制的权限时也报这个错误!这是为什么啊?
错误已经告诉你 没有权限操作 E:\sinovisacomcn\index.html 把 sinovisacomcn 这个目录的只读去掉,添加IIS用户访问权限 我开始也以为是没有操作权限,但是我把everyone的权限都改成完全控制了,还是报相同的错误!引用 把 sinovisacomcn 这个目录的只读去掉,添加IIS用户访问权限 还是不行