Reputation: 624
I just got updated to IE 11 and when I log on to CRM 2013 it takes me to the mobile version of the application. Same with 2013.
Anyone else experiencing this? Any ideas on how to fix this other than changing the browser mode?
Upvotes: 4
Views: 8876
Reputation: 793
Upvotes: 0
Reputation: 15128
Internet Explorer 11 isn't currently supported by CRM 2011, you can add the site to the Compatibility View Settings to resolve the issue.
Update:
Internet Explorer 11 is supported by CRM 2011 from Update Rollup 17
Internet Explorer 11 is supported by CRM 2013 from Update Rollup 2
Microsoft Dynamics CRM 2011 Compatibility List
Microsoft Dynamics CRM 2013 Compatibility List
Upvotes: 6
Reputation: 1231
Okay, after doing some digging, I was able to locate this which looks like it has a very promising workaround that DOESN'T need to be applied on each indvidual machine, but rather is done at the IIS level via URL rewriting. http://www.sidesofmarch.com/index.php/archive/2013/12/12/stopping-internet-explorer-11-from-showing-the-mobile-express-version-of-dynamics-crm-2011/
Note: this will only work on an onsite deployment - unfortunately there's still not a solid workaround for an online deployment short of what was already pointed out.
Upvotes: 2
Reputation: 886
A quick fix around this is to add /main.aspx
in the end of URL.
eg. your CRM URL would be http://xyz:5555/orgname
then just append to it http://xyz:5555/orgname/main.aspx
and you should be able to access CRM normally.
Upvotes: 16