会不会是个隐藏文件?不管怎么说 就按他提示把权限打开可以不

解决方案 »

  1.   

    杀过毒了,没有病毒
    大家没有人遇上过吗?
    分不够再加呀
      

  2.   

    对路径“c:\windows\system32\inetsrv\RuntimeError.log”的访问被拒绝。
    说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。异常详细信息: System.UnauthorizedAccessException: 对路径“c:\windows\system32\inetsrv\RuntimeError.log”的访问被拒绝。ASP.NET 未被授权访问所请求的资源。请考虑授予 ASP.NET 请求标识访问此资源的权限。ASP.NET 有一个在应用程序没有模拟时使用的基进程标识(通常,在 IIS 5 上为 {MACHINE}\ASPNET,在 IIS 6 上为网络服务)。如果应用程序正在通过 <identity impersonate="true"/> 模拟,则标识将为匿名用户(通常为 IUSR_MACHINENAME)或经过身份验证的请求用户。若要授予 ASP.NET 对文件的写访问权,请在资源管理器中右击该文件,选择“属性”,然后选择“安全”选项卡。单击“添加”添加适当的用户或组。突出显示 ASP.NET 帐户,选中所需访问权限对应的框。源错误:生成此未处理异常的源代码只能在调试模式中进行编译时显示。若要启用该功能,请执行以下步骤之一,然后请求 URL:1. 在生成错误的文件的顶部添加一个“Debug=true”指令。示例:  <%@ Page Language="C#" Debug="true" %>或者:2. 将以下节添加到应用程序的配置文件中:<configuration>
      <system.web>
          <compilation debug="true"/>
      </system.web>
    </configuration>请注意,第二种方法将使给定应用程序中的所有文件在调试模式下进行编译。第一种方法只使特定文件在调试模式下进行编译。重要事项:以调试模式运行应用程序肯定会引起内存/性能系统开销。在部署到产品方案中之前,应该确保应用程序已禁用调试。堆栈跟踪:
    [UnauthorizedAccessException: 对路径“c:\windows\system32\inetsrv\RuntimeError.log”的访问被拒绝。]
      System.IO.__Error.WinIOError(Int32 errorCode, String str) +393
      System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) +888
      System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) +43
      InFaceMaxtoCode.Startup() +1056
      cnVery.plugin.Message.SendAll..cctor() +5[TypeInitializationException: “cnVery.plugin.Message.SendAll”的类型初始值设定项引发异常。]
      cnVery.plugin.Message.SendAll..ctor() +0
      ASP.admin_message_send_aspx..ctor() +6[TargetInvocationException: 调用的目标发生了异常。]
      System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) +0
      System.Activator.CreateInstance(Type type, Boolean nonPublic) +66
      System.Web.UI.TemplateControlParser.GetCompiledInstance(String virtualPath, String inputFile, HttpContext context) +164[HttpException (0x80004005): 未能创建类型为“ASP.admin_message_send_aspx”的页。]
      System.Web.UI.TemplateControlParser.GetCompiledInstance(String virtualPath, String inputFile, HttpContext context) +340
      System.Web.UI.PageParser.GetCompiledPageInstanceInternal(String virtualPath, String inputFile, HttpContext context) +43
      System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String path) +44
      System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, String path, String pathTranslated, Boolean useAppConfig) +698
      System.Web.MapHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +95
      System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +173