I have a large JSON data string that\'s 757KB. I tried GZIP\'ing it, which successfully reduced file size down to 143KB. But, in it\'s GZIP\'ed state, my JQUERY function c
Hope this helps:
inetsvr\config\applicationhost.config
<dynamicTypes>
tag.<add mimeType="application/json" enabled="true" />
in the list.