I want to know if I can apply compression/decompression to my existing aspx page. What I want to say is that,
At client machine that compressed HTML source will get decompressed and rendered as normal aspx page.
Most Imp, my page are up and running. I need some HTTPHandler or Module or some sort of addin that will not require a lot of changes in my existing code. Can be used by making change in web.config . Minimal changes in aspx or master pages are welcome. In short , some global way of doing this.
All that is done by IIS and the browser. Just set static and dinamyc compression on IIS and you're done.