关于webform_postbackoptions未定义的错误

关于webform_postbackoptions未定义的错误

  <blowery.web>
    <!--
   Here's an example on how to change the algorithm or compression level
   
      <compressionModule preferredAlgorithm="deflate|gzip" compressionLevel="high|normal|low"/>
   
   so, to use deflate by default, and high compression, you would use the following line
   -->
    <httpCompress preferredAlgorithm="deflate" compressionLevel="high">
       <excludedMimeTypes>
         <add type="image/jpeg"/>
         <add type="image/gif"/>
         <add type="image/png"/>
         <!-- 解决 FreeTextBox 出错的问题-->
         <add type="text/x-component"/>
        
         <add type="text/plain"/>  <!--解决Ajax回调不支持压缩格式的问题-->
        
         <add type="application/vnd.ms-excel"/>
        
         <add type="application/octet-stream"/>
        
     <add type="application/vnd.ms-word"/>

       </excludedMimeTypes>
       <excludedPaths>
        <add path="Resource.axd"/>
     <add path="ebResource.axd"/> <!-- 解决 javascript 出错的问题  关于webform_postbackoptions未定义的错误-->
       </excludedPaths>
     </httpCompress>
   </blowery.web>

posted @ 2007-07-25 17:13  shiningrise  阅读(1500)  评论(4编辑  收藏  举报
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css