Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


IE11 Cannot log in / gibberish in URL
In IE 11, wasn't able to log in to .NET Forms website hosted on Windows Server 2008 R2.
Patched the server to latest windows update, and then could log in, but URLs have
"/F(junk...)/ in them. Looks like some session state or ID in the URL.
Solution was to add the following to the web.config, though I think the bigger issue is with the browser definition files. This forces the browser to use cookies.
<forms ... cookieless="UseCookies" />

Still having other issues in IE11 -
Some controls don't autopostback.
Mouse hover code (menus) doesn't work.
Logout button doesn't work.

TBD...

Created By: amos 10/21/2013 12:25:16 PM
Updated: 10/21/2013 12:25:33 PM