Hi,
I have a ASP.NET MVC application hosted in IIS 7.
Compression is enabled for static content in IIS. And it is set for only files with size greater than 2700 bytes.
And my application uses jquery-1.8.2.js which is of size more than 200KB.
With the compression setting, jquery-1.8.2.js is getting downloaded partially in the browser and my page is not getting loaded properly.
When I disable compression setting in IIS, jquery-1.8.2.js is getting downloaded properly and my page is working perfectly fine.
Is there any solution for this problem without disabling compression?
Thanks and Regards,
krishna