Hi!
I'd like to use gzip/deflate compression in my website on IIS7 basic shared hosting plan on GoDaddy server.
I've applied many solutions that I found in web but none resolved my problem. My pages are not being compressed at all, the size keeps the same after processing them.
I've tried to create a HttpHandler using DeflateStream but it works in my environment but not in GoDaddy server.
Also tried HttpModule and no success.
I checked web.config and did some tries using system.webServer configuration parameters but nothing happened.
Please, could you help me on this because GoDaddy support sent me an answer saying that GZIP is enabled and functioning properly and should request help from web.
I don't have access to IIS manager and no way to know if everything is installed correctly in their server.
I am able to just update web.config located on my root path.
I know that they have a poor support service but my client insists using them, so any idea would be very appreciated.
Thanks, Samuel