我的web.Config中配置如下<configuration>
       <configSections>
               <section name="magicAjax" type="MagicAjax.Configuration.MagicAjaxSectionHandler, MagicAjax" />
       </configSections>
 
      <magicAjax outputCompareMode="HashCode" tracing="false">
              <pageStore mode="NoStore" unloadStoredPage="true" cacheTimeout="5" maxConcurrentPages="5" 
               maxPagesLimitAlert="false" />
      </magicAjax>
       <appSettings>
              <add key = "constring" value = "Uid=sa;pwd=;database=MyAjaxDB"/>
      </appSettings>
 
请问配置有什么问题啊,老是报错