vote up 1 vote down star
1

Is there a way to set the gzip compression at the web.config level or can I only do this in the IIS management console?

flag

70% accept rate

2 Answers

vote up 1 vote down

Yes you can enable compression with the web.config, as the article below shows- but it can depend on the permissions on the server allows sites.

You should note that dynamic compression (anything that needs to be processed before ti can be sent to the client) can increase the load on the server because its having to do compression on every single request.

IIS7 Compression


Edit: note this is for IIS7 (as you have tagged)

link|flag
vote up 1 vote down

Setting changes are required within IIS. This is an old but good article that should help: http://totaldevpro.com/blogs/dotnetarticles/pages/enabling-http-compression-in-iis-6-0.aspx

link|flag
This is for IIS6, which doesn't even read web.config files ;), the question is asking if he can make the change in the web.config. – meandmycode Aug 24 at 20:24

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.