Click here to Skip to main content
15,902,276 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
Iam using MVC4, My application is shared hosted in Godaddy.
To increase site performance i applied Gzip Compression through coding(using MVC4), by adding CompressFilter.cs class in App_start folder by following this link.

http://stackoverflow.com/questions/17040788/gzip-compression-from-code[^]

Gzip Compression is working fine in LocalHost, but after code is uploaded in online, it's not working.
Is there anything need to change in web.config file in online ?


plz help me
Posted

1 solution

You have already had this answered: Problem in Gzip compression in shared hosting GoDaddy[^]
Please do not keep on posting the same question. The answer is not going to magically change. As Christian said: talk to GoDaddy.
 
Share this answer
 
Comments
dorababu407 21-Jan-14 8:17am    
hi Griff,
i changed my code using filter, this time i applied Gzip compression through Coding by adding CompressFilter.cs class in App_start folder and then i add [CompressFilter] in Controllers.

First time i did Gzip compression using Web.config by adding Gzip.dll in <system.weserver> tag,
But it did't worked.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900