配置错误 
说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。 分析器错误信息: 无法识别的配置节“system.webServer”源错误: 
行 48:     <compilation debug="true"/>
行 49:   </system.web>
行 50:   <system.webServer>
行 51:     <validation validateIntegratedModeConfiguration="false"/>
行 52:     <modules>
 源文件: E:\zjxin007\web.config    行: 50 
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.2443; ASP.NET 版本:1.1.4322.2470 
web.config 文件内容如下
<?xml version="1.0"?>
<!-- 
    Note: As an alternative to hand editing this file you can use the 
    web admin tool to configure settings for your application. Use
    the Website->Asp.Net Configuration option in Visual Studio.
    A full list of settings and comments can be found in 
    machine.config.comments usually located in 
    \Windows\Microsoft.Net\Framework\v2.x\Config 
-->
<configuration>
  <appSettings>
    <!--实体对象内容缓村的时间(分钟)-->
    <add key="ModelCache" value="30"/>
    <add key="DataPath" value="\app_data\#main.mdb"/>
    <add key="Version" value="1"/>
  </appSettings>
  <system.web>
    <!-- 
            Set compilation debug="true" to insert debugging 
            symbols into the compiled page. Because this 
            affects performance, set this value to true only 
            during development.
    -->
    <globalization requestEncoding="gb2312" responseEncoding="gb2312"/>
    <machineKey validationKey="78AE3850338BFADCE59D8DDF58C9E4518E7510149C46142D7AAD7F1AD49D95D4" decryptionKey="5FC88DFC24EA123C" validation="SHA1"/>
    <!--
            The <authentication> section enables configuration 
            of the security authentication mode used by 
            ASP.NET to identify an incoming user. 
    -->
    <authentication mode="Forms">    </authentication>
    <!--
            The <customErrors> section enables configuration 
            of what to do if/when an unhandled error occurs 
            during the execution of a request. Specifically, 
            it enables developers to configure html error pages 
            to be displayed in place of a error stack trace.
   -->
        <customErrors mode="Off">
         
        </customErrors>
 
    <httpModules>
      <add type="ETongJin.Search.UI.HttpModule,ETongJin.Search" name="HttpModule"/>
    </httpModules>
    <compilation debug="true"/>
  </system.web>
  <system.webServer>
    <validation validateIntegratedModeConfiguration="false"/>
    <modules>
      <add type="ETongJin.Search.UI.HttpModule,ETongJin.Search" name="HttpModule"/>
    </modules>
  </system.webServer>
</configuration>
期待高手解决  如果能解决 本人将送10G空间 10兆独享带宽 无限制流量和IIS CPU限制40%  
求救