What is the difference between httpCompression and urlCompression?

Viewed 5925

Looking at the node in a Web.config, I see that it allows both httpCompression and urlCompression elements. What's the difference between the two? I just want to do standard gzip, which one should I use?

1 Answers
Related