系统发生错误

描述:对路径“AccessCount.txt”的访问被拒绝。

时间:2012-01-29 02:56:05

页面:/index.aspx

详情:


在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
在 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)
在 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
在 System.IO.StreamWriter.CreateFile(String path, Boolean append)
在 System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
在 System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding)
在 System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
在 comm.WriteXml(String value, String path) 位置 comm.cs:行号 849
在 Index.saveCount(Int32 count, Int32 clickNum) 位置 Index.aspx.cs:行号 64
在 Index.Writecount() 位置 Index.aspx.cs:行号 57
在 Index.Page_Load(Object sender, EventArgs e) 位置 Index.aspx.cs:行号 42
在 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
在 System.Web.UI.Control.OnLoad(EventArgs e)
在 System.Web.UI.Control.LoadRecursive()
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)