Home Citrix XenDesktop
Citrix Web Interface / Desktop Director / IIS Initial Web Page Slow to Load Print E-mail

 

After restarting the server or the IIS service, the time to load the first web page for the Citrix Web Interface or Desktop Director may take upto 2 minutes.

This is due to a CRL check being sent to verisign.

 

However a setting in the .Net framework that IIS uses for both the Citirx Web Interface and Desktop Director can be changed to disable this check and remove this delay.

 

 

This is also applicable to other IIS websites that use the .Net Framework.

 

 

1. Browse to the following directory:

64-bit ASP.NET application:
c:\Windows\Microsoft.NET\Framework64\v2.0.50727

 

32-bit ASP.NET application:
c:\Windows\Microsoft.NET\Framework\v2.0.50727

 

 

2. Edit the Aspnet.config file to add the following line:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <runtime>
        <generatePublisherEvidence enabled="false"/>
    </runtime>
</configuration>

 

 

3. Restart IIS

iisrestart

 

 

 

 

 

        
            

      

 

DISCLAIMER: All advice, tips, guides and other information on this website is provided as-is with no warranty or guarantee. While most information is correct to the best of my knowledge, I am not reponsible for any issues that may arise in using the information, and you do so at your own risk. As always before doing anything; check, double check, test and always make a backup.

 

Help VMadmin

All resources on this site are provided absolutley free. However it takes time and money to keep the site running. If any information has been helpful to you or your company, and you wish to make a donation to help keep VMadmin.co.uk running you can do so via paypal, and it would be much appreciated.

Click to donate to VMadmin.co.uk via paypal.