产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » 可以进后台,但是不可以修改,总是提示“/”应用程序中的服务器错误,求高手解决!~
mingjingyun - 2010/6/8 16:47:00
“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------

对路径“E:\site\admiwebpageadmin企业网站管理系统\web.Config”的访问被拒绝。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.UnauthorizedAccessException: 对路径“E:\site\admiwebpageadmin企业网站管理系统\web.Config”的访问被拒绝。

ASP.NET 未被授权访问所请求的资源。请考虑授予 ASP.NET 请求标识访问此资源的权限。ASP.NET 有一个在应用程序没有模拟时使用的基进程标识(通常,在 IIS 5 上为 {MACHINE}\ASPNET,在 IIS 6 上为网络服务)。如果应用程序正在通过 <identity impersonate="true"/> 模拟,则标识将为匿名用户(通常为 IUSR_MACHINENAME)或经过身份验证的请求用户。

要将 ASP.NET 访问权限授予某个文件,请在资源管理器中右击该文件,选择“属性”,然后选择“安全”选项卡。单击“添加”添加适当的用户或组。突出显示 ASP.NET 帐户,选中所需访问权限对应的框。

源错误:

执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。  

堆栈跟踪:


[UnauthorizedAccessException: 对路径“E:\site\admiwebpageadmin企业网站管理系统\web.Config”的访问被拒绝。]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2014243
   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) +998
   System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +114
   System.Xml.XmlDocument.Save(String filename) +87
   PageAdmin.set_1.x3d491fe0043e8fd3() +3066
   PageAdmin.set_1.PageAdmin_Data_update(Object src, EventArgs e) +37
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +104
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5619




--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.42; ASP.NET 版本:2.0.50727.42
xiyou - 2010/6/8 16:57:00
网站目录没有写权限
xiaopeng - 2010/6/19 16:31:00
给提供空间的服务商打电话,问问是不是ASP.NET 2.0的空间,你就说是这个错误,应该他们会帮到你。
1
查看完整版本: 可以进后台,但是不可以修改,总是提示“/”应用程序中的服务器错误,求高手解决!~