I installed xenapp6 in windows 2008 R2 server and everything worked good. When i try to connect to the webinterface it took longer time to load than normal. Below steps fixed the issue and the webinterface loaded in seconds
- Open ASPNET.config file (c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config) and add the below line,
<generatePublisherEvidence enabled=”false”/>
- And run the command,
c:\windows\microsoft.net\framework\v2.0.50727\aspnet_compiler -v /citrix/xenapp
- xenapp is the sitename, if you’ve created a site with differnet name edit it appropriately.
Hope this helps!