c# - mvc 4 site back button not working in IE9 -


there has been a similar question asked 2 years ago, never solved, , i'm running seems same exact issue mvc 4 in ie9. have test site set plainly possible. when run it, seems work fine. css loaded, scripts imported, etc. when click button, virtually goes away.

now, virtually important note because static layout (with exception of @{ html.renderpartial("_mynavpartial") } , @renderbody() call) returns nothing @ while page has table populated data service call still returns data, css formatting applied no less. navigation partial gone, , of css settings table's alignment on page. when refresh page, comes back.

according fiddler, when button hit, nothing @ comes , viewing source shows nothing basic markup no content @ all. page table shows table , css ids although id applied <body> disappears.

i've tried disabling caching, changing @url.actionlink() calls @url.action() , static urls see if dynamic content in way, , still have exact same problem. again, applies ie9. works fine in chrome , firefox, makes me think there's sort of setting that's off. possibly be? ahead everyone!


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -