buddhad
05-27-2004, 06:36 PM
Hello All,
I am building an ASP site and testing though IIS on XP Pro. I have a logout page with the following code in it:
----------------------------------------------
Session.Contents.RemoveAll();
Session.Abandon();
Response.redirect("index.asp");
----------------------------------------------
Whenever I run the logout page and immediately after close my browser I get the following error message:
-----------------------------------------------------------------------------------
"IEXPLORE.EXE - Application Error : The instruction at "0x10003e8d" referenced memory at "0x10003e8d". The memory could not be "read".
Click on OK to terminate the program"
------------------------------------------------------------------------------------
This does not seem to cause any other problems, it just gets annoying having to hit ok all the time.
I should note that if I change the page before closing the browser or close the browser before logging out there is no error.
Any suggestions on what may be causing this?
Thanks,
Ankur
I am building an ASP site and testing though IIS on XP Pro. I have a logout page with the following code in it:
----------------------------------------------
Session.Contents.RemoveAll();
Session.Abandon();
Response.redirect("index.asp");
----------------------------------------------
Whenever I run the logout page and immediately after close my browser I get the following error message:
-----------------------------------------------------------------------------------
"IEXPLORE.EXE - Application Error : The instruction at "0x10003e8d" referenced memory at "0x10003e8d". The memory could not be "read".
Click on OK to terminate the program"
------------------------------------------------------------------------------------
This does not seem to cause any other problems, it just gets annoying having to hit ok all the time.
I should note that if I change the page before closing the browser or close the browser before logging out there is no error.
Any suggestions on what may be causing this?
Thanks,
Ankur