New DevExpress Web.Config Settings
        Posted  
        
        on Dot net Slackers
        
        See other posts from Dot net Slackers
        
        
        
        Published on Thu, 06 May 2010 00:00:00 GMT
        Indexed on 
            2010/05/06
            21:18 UTC
        
        
        Read the original article
        Hit count: 305
        
Filed under: 
        Starting with DXperience v2010.1, were making a small and useful change. Were adding a new section to the web.config file for settings used by DevExpress ASP.NET controls.  New Section  Heres the default section that youll find at the bottom of a new web project using DXperience v2010.1 release:  <devExpress>
  <compression enableHtmlCompression="false"  
               enableCallbackCompression="true" 
               enableResourceCompression="true"  
    ...
   
 
        
        Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
 
© Dot net Slackers or respective owner