Not able to login using IE 11

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
9/25/2014 1:20:15 AM
Gravatar
Total Posts 36

Not able to login using IE 11

Hi,

 

We are using mojoPortal version 2.3.7.2. I am facing issue with login functionality if I use IE 11.

When I add the site in view compatibility mode and then check then it works fine else it does not.

We are using .net framework version 4.0

We have even tried adding this in web.config but still it did not work

<httpProtocol allowKeepAlive="false" >
        <customHeaders>
          <add  name="X-UA-Compatible"  value="IE=Edge"  />
        </customHeaders>
      </httpProtocol>

Could you please let us know what else we can try

Thanks,

Mahua Banerjee

9/25/2014 7:36:57 AM
Gravatar
Total Posts 18439

Re: Not able to login using IE 11

that is a well known problem with IE 11. it should be solved by applying all windows updates to the server, or in some cases that may not solve it, installing .NET 4.5 on the server with all windows updates will solve it.

so I would first make sure the server has all windows updates applied. then if the problem continues I would install .NET 4.5 and then check windows updates again

please also be aware you should not upgrade mojoPortal to the latest version unless you have .NET 4.5 as we have had people reporting problems with our 2.4.0.4 release if they only have .NET 4. 

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