对路径“C:\WINDOWS\system32\RuntimeError.log”的访问被拒绝
“/”应用程序中的服务器错误。----------------------------------------------------------------------...
“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------
对路径“C:\WINDOWS\system32\RuntimeError.log”的访问被拒绝。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.UnauthorizedAccessException: 对路径“C:\WINDOWS\system32\RuntimeError.log”的访问被拒绝。
ASP.NET 未被授权访问所请求的资源。请考虑授予 ASP.NET 请求标识访问此资源的权限。ASP.NET 有一个在应用程序没有模拟时使用的基进程标识(通常,在 IIS 5 上为 {MACHINE}\ASPNET,在 IIS 6 上为网络服务)。如果应用程序正在通过 <identity impersonate="true"/> 模拟,则标识将为匿名用户(通常为 IUSR_MACHINENAME)或经过身份验证的请求用户。
要将 ASP.NET 访问权限授予某个文件,请在资源管理器中右击该文件,选择“属性”,然后选择“安全”选项卡。单击“添加”添加适当的用户或组。突出显示 ASP.NET 帐户,选中所需访问权限对应的框。
源错误:
行 18: <%@ Register TagPrefix="WanerSoft" TagName="Footer" Src="Controls/Footer.ascx" %>
行 19: <%@ Register TagPrefix="WanerSoft" TagName="Menu" Src="Controls/Menu.ascx" %>
行 20: <WanerSoft:Header id="Header" PageTitle=" - Index 首页" runat="server" />
行 21: <WanerSoft:Menu id="Menu" runat="server" />
行 22: <table width="770" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
源文件: G:\mybook\index.aspx 行: 20
堆栈跟踪:
[UnauthorizedAccessException: 对路径“C:\WINDOWS\system32\RuntimeError.log”的访问被拒绝。]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +651
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) +1038
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) +57
InFaceMaxtoCode.Startup() +792
WanerSoft.Web.Controls.Header..cctor() +5
[TypeInitializationException: “WanerSoft.Web.Controls.Header”的类型初始值设定项引发异常。]
WanerSoft.Web.Controls.Header..ctor() +0
ASP.controls_header_ascx..ctor() +26
ASP.index_aspx.__BuildControlHeader() in G:\mybook\index.aspx:20
ASP.index_aspx.__BuildControlTree(index_aspx __ctrl) in G:\mybook\index.aspx:1
ASP.index_aspx.FrameworkInitialize() +69
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +40
System.Web.UI.Page.ProcessRequest() +85
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +20
System.Web.UI.Page.ProcessRequest(HttpContext context) +110
ASP.index_aspx.ProcessRequest(HttpContext context) +29
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +456
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +65 展开
--------------------------------------------------------------------------------
对路径“C:\WINDOWS\system32\RuntimeError.log”的访问被拒绝。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.UnauthorizedAccessException: 对路径“C:\WINDOWS\system32\RuntimeError.log”的访问被拒绝。
ASP.NET 未被授权访问所请求的资源。请考虑授予 ASP.NET 请求标识访问此资源的权限。ASP.NET 有一个在应用程序没有模拟时使用的基进程标识(通常,在 IIS 5 上为 {MACHINE}\ASPNET,在 IIS 6 上为网络服务)。如果应用程序正在通过 <identity impersonate="true"/> 模拟,则标识将为匿名用户(通常为 IUSR_MACHINENAME)或经过身份验证的请求用户。
要将 ASP.NET 访问权限授予某个文件,请在资源管理器中右击该文件,选择“属性”,然后选择“安全”选项卡。单击“添加”添加适当的用户或组。突出显示 ASP.NET 帐户,选中所需访问权限对应的框。
源错误:
行 18: <%@ Register TagPrefix="WanerSoft" TagName="Footer" Src="Controls/Footer.ascx" %>
行 19: <%@ Register TagPrefix="WanerSoft" TagName="Menu" Src="Controls/Menu.ascx" %>
行 20: <WanerSoft:Header id="Header" PageTitle=" - Index 首页" runat="server" />
行 21: <WanerSoft:Menu id="Menu" runat="server" />
行 22: <table width="770" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
源文件: G:\mybook\index.aspx 行: 20
堆栈跟踪:
[UnauthorizedAccessException: 对路径“C:\WINDOWS\system32\RuntimeError.log”的访问被拒绝。]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +651
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) +1038
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) +57
InFaceMaxtoCode.Startup() +792
WanerSoft.Web.Controls.Header..cctor() +5
[TypeInitializationException: “WanerSoft.Web.Controls.Header”的类型初始值设定项引发异常。]
WanerSoft.Web.Controls.Header..ctor() +0
ASP.controls_header_ascx..ctor() +26
ASP.index_aspx.__BuildControlHeader() in G:\mybook\index.aspx:20
ASP.index_aspx.__BuildControlTree(index_aspx __ctrl) in G:\mybook\index.aspx:1
ASP.index_aspx.FrameworkInitialize() +69
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +40
System.Web.UI.Page.ProcessRequest() +85
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +20
System.Web.UI.Page.ProcessRequest(HttpContext context) +110
ASP.index_aspx.ProcessRequest(HttpContext context) +29
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +456
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +65 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询