I work on a website that works fine in Chrome, Firefox, Opera, and IE < 10. But in IE 10 on Win 8, after logging in, I get redirected to:
https://domain.com/(F(HWiLasqNvX0ANW4jLyE6n7Ey3U_mOFxXksL-oU95Z-wf3xQ-FGD8_szv-cuhNpoDD8cKM3SBX_PCipYO1ivV03YpPzouc8wJTe6Y2JAsUdyv_Nf76LLu0dlzcsRVSGJF0))/path/
When in all other browsers I get:
https://domain.com/path/
Why does IE insert that giant frackin string in the URL? More details:
- The site an ASP.NET MVC 4 site
- Hosted in IIS 7.5
- Hosted on Windows Server 2008
- Using forms authentication
- After login screen, am redirecting to the above location.
look likes it is problem with user agent detection. This issue is well described by SCOTT HANSELMAN. http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx
Apply the Hotfix