473,698 Members | 2,598 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

The web page you requested is not available offline

I have deployed an asp.net application on Windows XP(SP2), Internet Explorer
(V
6). SQL Server is running on the same machine. To login the user browses to
http://machinename/default.aspx. Here they enter log in details and can use
the application.

This works fine on all the other machines that I have deployed the app
(usually laptops where the sales agents can then demo the app live)

One machine keeps giving the error "The webpage you requested is not
available offline" in a little grey pop up box, so i figure it must be
something to do with the browser settings as the database and app are on the
same machine - no connection is needed.

I have tried setting "Never dial a connection" in the Internet Options but
this gives the error "The pages cannot be displayed"

I have also tried unchecking "work offline" but this lets the user browse
through the app but there is no functionality available - if they click a
next button on a page nothing happens.

Would really appreciate any suggestions

Thanks!

Nov 19 '05 #1
2 4294
CathieC wrote:
One machine keeps giving the error "The webpage you requested is not
available offline" in a little grey pop up box, so i figure it must be
something to do with the browser settings as the database and app are
on the same machine - no connection is needed.


Yes, sounds like an IE problem. You might be better off asking in one of the
Internet Explorer newsgroups.
Nov 19 '05 #2
Hi CathieC,

I think Leon's suggestion are reasonable as the problem is likely a
clientside browser setting or network configuration issue. As for the

===========
"The webpage you requested is not available offline"
=============== =======

it is caused by the browser working offline. And for your further problem,
I think you can try checking the IIS log on the webserve to see whether the
serverside has actually receive the request from that problem client
machine. If event no request arrive there, there must exist some networking
issue at the client side machine or browser.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "Leon Mayne [MVP]" <l.*********@ue a.ac.uk>
| References: <B4************ *************** *******@microso ft.com>
| Subject: Re: The web page you requested is not available offline
| Date: Thu, 13 Oct 2005 12:34:46 +0100
| Lines: 10
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| Message-ID: <O0************ **@tk2msftngp13 .phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: itcslmxp1.cpc.u ea.ac.uk 139.222.129.99
| Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GP08.phx.gbl!tk 2msftngp13.phx. gbl
| Xref: TK2MSFTNGXA01.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:1310 77
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| CathieC wrote:
| > One machine keeps giving the error "The webpage you requested is not
| > available offline" in a little grey pop up box, so i figure it must be
| > something to do with the browser settings as the database and app are
| > on the same machine - no connection is needed.
|
| Yes, sounds like an IE problem. You might be better off asking in one of
the
| Internet Explorer newsgroups.
|
|
|

Nov 19 '05 #3

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

Similar topics

6
3936
by: Quick Function | last post by:
Hi, I developed a site and used css. I put almost all style information in the css and used a lot of "id=my_css_class" in the html. They is little style specification in the html. I found that on some computers with slow internet links this seems to be a small problem. Looks like the html page was loaded first and displayed in a very ugly layout because the css has not be loaded yet. Then the css was loaded and the page became beautiful....
5
1826
by: ozie | last post by:
Hi , I am new to ASP.NET. I was reading about Page class in one of the ASP.NET books and am confused with the way the Page class is actually implemented.What is didnt understand in when is this Page class created ? Is it when the ASPX file is requested for the first time ? Is this executable Page object saved somewhere in the server hard disk space or is it available only in the memory ? I would really like to know more about how all...
3
1609
by: Greg | last post by:
Lately I am getting the message: Web Page Unavailable While Offline. The Web Page You Requested Is Not Available Offline. To view this page click connect. This happens when I am not online. Any good ideas on how to fix this problem?
3
2555
by: Joseph S. | last post by:
Is there a system available to do the following: consider an app of a few pages: page1.php: form1----->page3.php form2----->page4.php page2.php: form3----->page3.php form4----->page4.php
7
2103
by: Shadow Lynx | last post by:
I realize that his question has been asked, in many other forms, many times in this group. Even so, my tired eyes have not yet found a sufficient answer, so I've decided to "reask" it even though I'm sure this will offend some of the more seasoned verterans of this board. The Players: Consider a simple web form, which I'll call Page A, that has a couple of controls on it. It's not important what they are, only that they're static...
28
2678
by: laredotornado | last post by:
Hi, Surprisingly, I can't get the drop down menus to work on PC IE 6. If you roll over "PRODUCTS", normally a drop down menu appears (on Safari and Firefox), but on PC IE, nada. http://test2.boxxtech.com/corporate/test.asp Any ideas? Thanks, - Dave
4
1399
by: Bill DeWitt | last post by:
I want to supply a button on my public web page if I have opened up my private web page, but disable it or remove it if the private page is shut down. Is this possible? In other words, I often have a port open for a chat page and I use no-ip.com to do a port redirect. When the port is open, I want my public page to test the port when a user loads the page, and if the port is available, supply a button to click over to it. Sort of like...
2
3186
by: Gary W. Smith | last post by:
I have a page that inherits from a base page that is currently overriding all of the On* events. For the most part I'm accomplishing everything I set out to do with the inheritance, but I wanted to get a little more information to lock down what I think I know and also to answer a couple little questions. Given a base page, and the page inheriting it, as I understand it, the page lifecycle flows like this: 1) Page is requested
3
1886
by: goldenv | last post by:
Hi all, I have worked an open source javascript + html page that has the potential to replace your existing browser home page. If you are interested in trying it out, or learning more about it, it is freely available at http://code.google.com/p/tphp/ I would love to hear from you if you have any comments. Thanks, Vishal
0
8680
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9030
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8871
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6528
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5861
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4371
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4622
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3052
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 we have to send another system
3
2007
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.