Hi,
I have a old CRM system that must be run in Enterprise mode (it will be upgraded soon). The sitelist works fine through group policy, however the CRM is running on port :5555 how do I specify in the sitelist so the Enterprise mode start also on this port?
I have added the site to xml file but site list manager removes port number from url. The sites.xml file looks like this:
<rules version="9">
<emie>
<domain exclude="false">crm<path exclude="false">/company</path></domain>
</emie>
</rules>
Now if I visit the site http://crm (which only contain IIS splash page), enterprise mode is enabled. However if I visit the real site on port 5555: http://crm:5555/ Enterprise mode is NOT on.
How can I make sitelist to force IE11 in enterprise mode on a different/specified port (or all ports) for a domain?