views:

25

answers:

1

I am new to .net. I created one website.I want to implement Zlib compression technique for compressing data in each every page, so that i can access open my website quickly.But i don't know where I have to write code for that and how to implement it. Can yo send me the sample application code or zip file.

A: 

If your talking about compressing web pages delivered from the server then gzip is used.

IIS6 Example

Alex