vote up 0 vote down star

Hai guys, I implemented gzip for css and html files of my asp.net application... But javascript files cannot be gzipped especially ajax scripts and yui js files... please help me to enable gzip through my global.asax file and not on iis... Because i ll not be given any rights for accessing IIS on my webserver....

flag

There's no reason you can't enable gzip for JavaScript files; in fact, it's best practice. Can you expand your question to explain what you did that worked for CSS and HTML but didn't work for JavaScript? – T.J. Crowder Sep 1 at 9:53
As an aside, the MIME type application/javascript is no longer experimental, so you should drop the "-x". – David Dorward Sep 1 at 9:56

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.