473,480 Members | 4,841 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

IE intermittent problem

I'm having an intermittent problem with IE
6.0.2900.2180.xpsp_sp2_gdr.050301-1519 installed on Windows XP.

The images, style sheets and JavaScript files are not loading to the
browser. Sometimes a refresh will fix the page, sometimes I have to delete
the cache before it will load properly again, sometimes that doesn't help
either. This only seems to happen with IE. Netscape and FireFox seem fine.
I have only been testing this on one system so I don't know if it's an XP
related problem.

The Server is running IIS 5.0, with .Net frameworks 1.1 and 2.0. We are not
using 2.0 yet.

I have asked the host about the problem and they say that they know about it
and that it's an IE problem. However I cannot find any information in the
KB articles about it. The server is recording a 304 error on the images,
*.css and *.js script files, according to the log files. the tech at the
host company tells me that the server is under a normal load, and this
problem was happening late Tuesday night when hardly anyone was on the
server when I was updating one of our ASP.NET 1.1 applications, so I believe
it.

I found this article, which is close but it states a 302 error code.
http://search.support.microsoft.com/...073&sid=global

If anyone has any more information about this bug, I would be grateful. I
don't think that the

Thanks,
Velvet
Jun 29 '06 #1
3 1706
Hi Velvet,

Thank you for your post.

Http status code 304 means "Not Modified", which I think is ok for the
server.

I suggest following steps to pin down this problem:

1) Create a simple webform which use one image, one stylesheet and one
javascript file, verify if this works or not. If it works, the problem may
related to specific webform and resource files.

2) Set IE's cache size to zero, and see if it works.

3) Use File Monitor from http://www.sysinternals.com to monitor IE process,
to see why it failed to read cached resource files.

4) Test on more client system to see if this problem is specific to one
machine or one os or one IE version.

I'm looking forward to your findings.
Regards,
Walter Wang (wa****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Jun 30 '06 #2
Since posting this problem, I downloaded the IIS logs and went through them.
It looks like the page is getting the 302 error and the content
files are getting the 304 when IE fails to load the content. When the page
and content are successful, both page and content files record 200 which is
a successful request.

Also, I thought that this was related to ASP.NET, but according to the logs,
it's happening to our *.asp and *.htm pages as well as the aspx pages. I
can see in the log that a person didn't get all of the content from the page
(302) and then the pages was refreshed by that same person and the next time
and it was successful (200). I also discovered that I'm not the only one
who is getting this error. The logs show this happening to IE6.0 and I.E..0
users.

IE started doing this about two-three weeks after I added our forums
application to our server. I can't pin down the exact date it started
because my host only keeps one months worth of logs, but I'm thinking that
it began somewhere near the end of April. I've asked the Host if they have
the logs for that month, but I doubt that they would have kept them.

In any case, since MS has put out a KB article about this, I will hope that
htey fix the problem soon.

Thanks!
Velvet
"Walter Wang [MSFT]" <wa****@online.microsoft.com> wrote in message
news:9M**************@TK2MSFTNGXA01.phx.gbl...
Hi Velvet,

Thank you for your post.

Http status code 304 means "Not Modified", which I think is ok for the
server.

I suggest following steps to pin down this problem:

1) Create a simple webform which use one image, one stylesheet and one
javascript file, verify if this works or not. If it works, the problem may
related to specific webform and resource files.

2) Set IE's cache size to zero, and see if it works.

3) Use File Monitor from http://www.sysinternals.com to monitor IE
process,
to see why it failed to read cached resource files.

4) Test on more client system to see if this problem is specific to one
machine or one os or one IE version.

I'm looking forward to your findings.
Regards,
Walter Wang (wa****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no
rights.


Jun 30 '06 #3
Hi Velvet,

Thank you for your update.

I'm looking forward to your findings. Please feel free to post here if you
need more help on this.

Regards,
Walter Wang (wa****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Jul 3 '06 #4

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

Similar topics

1
2142
by: Anthony | last post by:
I have a php app that is in the final stages of testing and has been tested by over 30 separate users. One of the testers is having an intermittent problem which seems to be caused by a session...
8
5027
by: trinitypete | last post by:
Hi all I have a strange problem with IIS windows pass through authentication. Heres the setup IIS running with Windows Authentication for our intranet site. ACL has been set to everyone for all...
2
1847
by: Mike Krajewski | last post by:
We are having an intermittent problem using an ExecuteScalar command on a asp.NET page accessing SQL Server. 2 characters of the sql statement get intermittently altered. The code looks as...
3
2016
by: Lee Chapman | last post by:
Hi, I have a problem where my ASP.NET application occasionally generates a MissingFieldException exception. This unexpectedly happened on my development box, and so I was able to extract some...
0
1212
by: Shane C | last post by:
Intermittent Error: Server was unable to process request  Object reference not set to an instance of an object I have windows application that references a XML web service on our web server. ...
4
9722
by: Russell Warren | last post by:
I've been having a hard time tracking down a very intermittent problem where I get a "permission denied" error when trying to rename a file to something that has just been deleted (on win32). ...
0
3630
by: gelangov | last post by:
I have posted this before. Now I have SQL server 2005 with Service pack 2. The problem is: I get intermittent problem either when I am loading a file into a table or exporting a table into a...
0
1201
by: Joey Bersche | last post by:
I've been experiencing an intermittent crash where no python stacktrace is provided. It happens for a url downloading process that can last up to 12 hours and crawls about 50,000 urls. I'm...
15
5578
by: jonnyboy | last post by:
Hello, I'm having an intermittent problem with the back-end of my database. On an intermittent basis, the back-end tables will become read-only. This only happens when the back-end is located...
0
7040
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
6905
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
7080
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
6908
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
5331
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
4478
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...
0
2980
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1299
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 ...
0
178
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.