The first Desktop Director user to log on, after IIS restarts, experiences a delay of over one to two minutes before the initial Desktop Director web page loads.
You can disable signature verification to prevent the loading delays by completing the following tasks:
Open Aspnet.config for editing in the following directory:
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727
Note: The ASPNET.CONFIG file is located in Framework Directory for the version of the Framework you are using.
For example, for a 64-bit ASP.NET application it is:
c:\Windows\Microsoft.NET\Framework64\v2.0.50727
For a 32-bit application it is:
c:\Windows\Microsoft.NET\Framework\v2.0.50727
Add the following lines to your Aspnet.config file:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<generatePublisherEvidence enabled="false"/>
</runtime>
</configuration>
This issue is caused by a CRL check sent to Verisign.