I need to compress my WCF response. After few google search, I found that
- I need to enable compression on iis7
- I need to add some entry in the applicationhost.config.
My wcf is hosted on discountasp.net. In the control panel, I didn't find any option to enable compression. And also, the applicationhost.config is located in the 'C:\Windows\System32\Inetsrv\Config\applicationHost.config' directory.
And in the shared hosting environment, I dont have access to this directory.
My question is, if my above observation is correct, how do I get it done in the shared hosting??
edit:
I have found something here: enter link description here
I tried this with no luck. In the response header in Fiddler, I dont see any compression.