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

 

 

 

 

Share this blog post on social media:

Social Links

Disclaimer

All advice, installation/configuration how to guides, troubleshooting and other information on this website are provided as-is with no warranty or guarantee. Whilst the information provided is correct to the best of my knowledge, I am not reponsible for any issues that may arise using this information, and you do so at your own risk. As always before performing anything; check, double check, test and always ensure you have a backup.

Copyright ©2008-2021 Andy Barnes - Please do not copy any content including images without prior consent!

Designed and Hosted by Andy Barnes

We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.