User-1807793084 posted
I have an intranet web application using dotnet 4 framework which compiles in VS2010 with no problems.
When I run a simple listing page for which each row in the grid invokes a details page within IE9, after doing this 6 or 7 times (opening a details page on rowclick) and then closing IE hangs.
I have all correct and suitable settings for the db connection times, session var timeouts,request header sizes, etc and have checked SQL server isn’t running out of SPIDS (there are always between 10 and 15 SPIDS).
There are no errors in the Event Viewer or any for IIS, but when I do exactly the same thing in Safari I can basically open and close my details page from the initial listing page all day long with no problems at all, so obviously nothing to do with IIS
7 setup.
I have checked Fiddler when using IE and on the final time of opening the details page and it hangs there are no real specific details apart from it saying that the SESSION STATE has been abandoned.
I then have to completely close all IE windows before I can log back into the application
I would really appreciate any ideas….