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

Recommended Answers

All 2 Replies

Does it fail without the compression?

Does it fail without the compression?

No, it works properly without compression.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.