I'm having an intermittent issue with Internet Explorer 8 and 7. I've been testing with both for few days now. My guess is that it's related to JavaScript.
After a random number of page views/refreshes within my MVC 3 application, I get one of the following:
A blank white screen
The previously rendered page, without any ability to interact with the page (sometimes including scrolling)
I've tried commenting out all of my JavaScript, without any change in results. I've tried deploying to different servers without any results. I've tried different clients without any results. I've tried to search logs on the client and server without any results. Internet Explorer 9, Chrome and Firefox appear unaffected. The application will be used primarily with Internet Explorer 7 and 8.
I would appreciate any and all suggestions as to what to try next.
Javascript libraries in the project:
jquery-1.5.1-vsdoc.js
jquery-1.5.1.js
jquery-1.5.1.min.js
jquery-ui-1.8.11.js
jquery-ui-1.8.11.min.js
jquery-ui-1.8.20.custom.min.js
jquery.min.js
jquery.unobtrusive-ajax.js
jquery.unobtrusive-ajax.min.js
jquery.validate-vsdoc.js
jquery.validate.js
jquery.validate.min.js
jquery.validate.unobtrusive.js
jquery.validate.unobtrusive.min.js
MicrosoftAjax.debug.js
MicrosoftAjax.js
MicrosoftMvcAjax.debug.js
MicrosoftMvcAjax.js
MicrosoftMvcValidation.debug.js
MicrosoftMvcValidation.js
modernizr-1.7.js
modernizr-1.7.min.js
pngfix.js