IE error

  • Thread starter Thread starter Crystal
  • Start date Start date
C

Crystal

I wrote a .NET web application in vb.net. It is a very
basic site using an Oracle backend.

I just released the site into production and when one user
accesses the home.apsx page, she encounters an
unrecoverable IE error. This user has IE 6.0, uses
Windows 2000 and the application resides on a windows 2000
server.

Does anyone have any idea what would cause an IE error
like that (the one that shuts down IE)?

Thanks!

Any help or guidance would be appreciated.
 
Not your application, that's for sure. All an ASP.net app delivers to the
browser is HTML, graphics, and related elements.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Does this happen when the user browses other sites? Check event log to see
if IE is crashing frequently.

Otherwise, you have some script or something being delivered that the IE
parser really, really doesn't know how to deal with.

You could maybe post a link to the site if you have it out in the wild and
then I and others could see if something is strange.
 
Back
Top