Hi,
I am using GZip Compression in my ASP.Net application.
All of my web pages inhertits from a BasePage Class. In my BasePage I have implemented Gzip Compression.
On Page1.aspx on button click I am using Server.Transfer("Page2.aspx").
But unfortunately instead loading Page2.aspx I am getting this error mesaage :
Internet Explorer cannot download Page1 from localhost.
INternet Explorer was not able to open this Internet Site. The requested site is either unavailable or can not be found. Please try again later.
Thanks in advance