473,513 Members | 2,558 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 6583
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
2155
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
5987
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
2062
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
392
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
524
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
2268
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
2580
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
1119
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
1226
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
7260
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
7161
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...
1
7101
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
7525
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
5686
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3234
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1596
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
802
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
456
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.