Issue
When creating a XenApp policy within AppCenter and applying it to a WorkerGroup it’s very slow after clicking Browse to bring up the list of WorkerGroups.
Resolution
Create a new text file name called Citrix.XenApp.Commands.Remoting.Service.exe.config in C:\Program Files\Citrix\XenApp Commands with following:
<?xml version=”1.0″ encoding=”utf-8″?>
<configuration>
<runtime>
<generatePublisherEvidence enabled=”false” />
</runtime>
</configuration>
and start/restart the ‘Citrix XenApp Commands Remoting’ service
