Hi there!
Thank you much for the positive feedback.
MVC compresses some responses in the application - before they are delegated to our web server to be sent to the client. It seems that MVC compresses in-the-application things that it serves from assembly resources. Stand-alone files, like jQuery JS, your own CSS, Razor views, etc. are not compressed in-application unless they are minified using MVC bundling feature.
To work around this behavior you may simply turn on response compression in UWS as shows on the attached screenshot. It will make UWS compress uncompressed responses, and pass through those that already have GZIP as response encoding.
Please let us know if this information was helpful.
Best regards,
UltiDev Team.
Ultidev Team attached the following image(s):
Please donate at
http://www.ultidev.com/products/Donate.aspx to help us improve our products.