473,405 Members | 2,171 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

The page you are looking for is currently unavailable...

I have a web application that has several web controls on it. Periodically I
notice that while in the application if I try to hit the back button on IE to
view a page that has been previously displayed you get the following error:

"The page you are looking for is currently unavailable. The Web site might
be experiencing technical difficulties, or you may need to adjust your
browser settings."

If I hit refresh it pulls the page right up. Someone said this was a
security measure in IE. I've seen this behavior on other web sites but I
don't know how to stop this or how ot fix this. Does anyone else?
Nov 2 '05 #1
1 6577
sub page_load
Response.Cache.SetCacheability(HttpCacheability.No Cache)
Context.Response.Cache.SetExpires(DateTime.Now.Add Seconds(180))
Response.AddHeader("pragma", "no-cache")
Response.AddHeader("cache-control", "private")
Response.CacheControl = "no-cache"

Michael Evanchik
www.MichaelEvanchik.com
"CLEAR-RCIC" wrote:
I have a web application that has several web controls on it. Periodically I
notice that while in the application if I try to hit the back button on IE to
view a page that has been previously displayed you get the following error:

"The page you are looking for is currently unavailable. The Web site might
be experiencing technical difficulties, or you may need to adjust your
browser settings."

If I hit refresh it pulls the page right up. Someone said this was a
security measure in IE. I've seen this behavior on other web sites but I
don't know how to stop this or how ot fix this. Does anyone else?

Nov 4 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Giles | last post by:
I have a site hosted on IIS6 by an ISP. When my page loads, it saves some information from a form into an Access DB, then reads the entire record, including the new data Set Conn......
5
by: Bob | last post by:
I am displaying a form with a datagrid populated from a select of database records which now exceed 12,000 when I select them all. The form displays just fine with all 12,000+ entries but when I...
2
by: Ken Agustin | last post by:
Hello: When I try to access a web page on a Windows 2000 server with IIS 5.0, FrontPage Extension, Microsoft Visual Studio.Net, I get the following error message: ...
3
by: CLEAR-RCIC | last post by:
I create an ASP.Net page and put a button on there. I run the project and clik the button twice. If I then try to hit the back button on my browser I get a "The page cannot be displayed" error. ...
1
by: CLEAR-RCIC | last post by:
I have a web application that has several web controls on it. Periodically I notice that while in the application if I try to hit the back button on IE to view a page that has been previously...
1
by: dave | last post by:
I keep getting the error message below when I try to access my default.aspx page on a MS 2003 server. I am using v2 of .net. I've been rehashing the file security settings and the web settings...
2
by: bremtech | last post by:
its me Brem. i have problem with my IIS. when i browse the page it shows that .. Server Application Unavailable The web application you are attempting to access on this web server is currently...
0
by: bremtech | last post by:
its me Brem. i have problem with my IIS. when i browse the page it shows that .. Server Application Unavailable The web application you are attempting to access on this web server is currently...
4
by: charles | last post by:
I used a web service (or dll) to create a socket/send some data in a thread within a function in a page. After this operation, the operation in this page continues. This approach works when the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.