User Profile & Activity

info user Member
Posted: February 13, 2013 1:51 AM

Hi,

Thanks for your suggestion.

In our application, we have more than 500 pages. We have used “Web combo” control nearly 300 pages.

 

So it’s very hard to mention the page names to exclude the GZIP Compression. Is there any other method to find the “Web combo” used pages?

In Gloal.asax.vb page, we have mentioned the file types to exclude from GZIP Compression.

The below line is added for exclude the File types from GZIP Compression

If (app.Request.Url.ToString().Contains(".axd") Or app.Request.Url.ToString().Contains(".css") Or app.Request.Url.ToString().Contains("images") Or app.Request.Url.ToString().Contains(".js")) Then

 

Thanks

 

Posted: February 7, 2013 6:31 AM

HI,

Thanks for you reply,

i have used lot of native controls and few third party controls in my applicaiton. i am in the situation to use that GZIP for all other controls. All other controls are supporting GZIP except Webcombo .

Ok, no worries. Could you please suggest me to how can i exclude webcombo from accessing GZIP compression in my applicaiton?

 

Thanks,

Posted: February 6, 2013 3:24 AM

Hi,

 

Thanks for your quick reply, but we have used only GZip compression. As per your request i have developed one small sample application and attached for your reference. Could you please have look on that and suggest me?

 

Thanks,

All times are GMT -5. The time now is 7:31 PM.
Previous Next