internet explorer 11 log in failure

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
11/18/2013 8:44:31 AM
Gravatar
Total Posts 14

Re: internet explorer 11 log in failure

Tried to login today with IE11.
I'm runing IE11 on Win7.

Works as expected.

Thank you Joe.

11/18/2013 10:37:34 AM
Gravatar
Total Posts 18439

Re: internet explorer 11 log in failure

as far as I know the ONLY reason for login failure with IE 11 is that your host has not installed all the windows updates on the server.

updating or adding .browser files to a site requires recompiling from source code so that isn't going to work for an existing site and should not be needed.

If the host installs all the windows updates then the server should have updated browser files at the machine level.

11/19/2013 5:06:04 AM
Gravatar
Total Posts 159

Re: internet explorer 11 log in failure

it is true, I saw that updating the file generic.browser everything worked properly.
unfortunately aruba is delaying to update their servers.

I'll try to ask again for their intervention NET 4.5 installed on the machines.

thanks joe, great as always

1/12/2014 12:18:17 PM
Gravatar
Total Posts 2

Re: internet explorer 11 log in failure

Adding the Browser files may not be a good idea. This article explains it:

http://www.hanselman.com/blog/IE10AndIE11AndWindows81AndDoPostBack.aspx

Also, Joe, I am experiencing a problem with the Admin part of Mojoportal with IE 11 (I only have a Win8.1 machine). With Firefox works fine.

Microsoft makes lots of VM's available to test many possible scenarios. Please check this MS Website for downloading the VM's:

http://modern.ie/

 

1/12/2014 1:39:10 PM
Gravatar
Total Posts 2

Re: internet explorer 11 log in failure

Update, I removed the App Browsers folder and made sure that IE was not running in compatibility mode and the admin is working now on Win 8.1 / IE11.

1/12/2014 2:31:47 PM
Gravatar
Total Posts 18439

Re: internet explorer 11 log in failure

We do not have anything in our App_Browsers folder that breaks any web browsers. I added this fragment:

<browsers>
  <browser refID="GenericDownlevel">
    <capabilities>
      <capability name="cookies" value="true" />
    </capabilities>
  </browser>
</browsers>

which basically says if you see a browser you don't recognize assume it supports cookies. This does not affect known browser versions of IE and does not interfere with browser definitions updated by windows update.

I DO NOT recommend removing or modifying the /App_Browsers folder of mojoPortal, changes there require that the source code must be re-compiled as far as I know.

I am not aware of any problems using mojoPortal and IE 11 as long as the web server has all the windows updates installed. This thread is resolved and closed as far as I'm concerned.

If you think there is any IE 11 bug in mojoPortal, then try to produce the problem on our demo site, if you can produce a problem there, then start a new thread and explain steps to produce the problem, expected result and actual result.

You must sign in to post in the forums. This thread is closed to new posts.