说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。 分析器错误信息: 加载配置文件时出错: 由于访问被拒绝,未能开始监视对“F:\new_wz9394\new_website”的更改。源错误: 
[没有相关的源行]
 源文件: F:\new_wz9394\new_website\web.config    行: 0 
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.42; ASP.NET 版本:2.0.50727.42 
Web.config文件的代码如下:<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    
  <system.web>
    <compilation defaultLanguage="c#" debug="true">
</compilation>
    <customErrors 
    mode="RemoteOnly" 
    /> 
    <authentication mode="None" /> 
    <authorization>
        <allow users="*" />
</authorization>
    <trace
        enabled="false"
        requestLimit="10"
        pageOutput="false"
        traceMode="SortByTime"
localOnly="true"
    />    <sessionState 
            mode="InProc"
            stateConnectionString="tcpip=127.0.0.1:42424"
            sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
            cookieless="false" 
            timeout="20" 
    />
        <globalization 
            requestEncoding="utf-8" 
            responseEncoding="utf-8" 
   /> 
 </system.web>
</configuration>