web配置

  
<system.web>
  <compilation debug="true" targetFramework="4.0" />
  <httpRuntime targetFramework="4.0" />
    
</system.web>



  <system.web>
      <customErrors mode="Off"/>
  </system.web>