I am currently facing an performance issue based on http compression. If I disable the http compression I am getting results in 24 secs (27MB data). But if I enable compression, it took 287 seconds to return response. Our IIS version is 6 and we are using framework 3.5.
Could you let me know is there any way we can identify the root cause of this issue? Also is there any IIS 6 configuration element to control http compression based on CPU utilization. for example, if utilization is more than 90, disable compression. if comes below 90, enable it again.
Thanks in advance