Categories: CitrixEnglish

Improve loading speed of the Web Interface login page

Have you ever noticed that sometimes Web Interface had some difficulties to move away from the login page ?! 🙁

If yes, this article is for you !

In some cases, user might experience slow access to Web Interface 5.4 (and older versions) especially After restarting IIS, or rebooting the Web Interface server. Indeed, it can take up to 1 minute to get the Welcome page for the first user.

According to Microsoft & Citrix, this issue is caused by a CRL check sent to Verisign. If the Web Interface server cannot access the internet, the CRL check fails and times out.

To get rid of this problem, follow this short procedure.

First, check in IIS for the ASP.net version that is in use with the Web Interface site. You can do that by clicking in IIS Manager on the Citrix Web Interface Application Pool.

As you see for this example, I use .NET Framework v2.0.50727.

Now, go to edit the file aspnet.config in the following folders :

  • C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet.config (for x86 servers)
  • C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet.config (for x64 servers)

Modify aspnet.config and add the following line before </runtime> :

<generatePublisherEvidence enabled="false"/>

Don’t forget to restart IIS and try again to login on your Web Interface and note the difference !

Original sources:

Share
Published by
thibault

Recent Posts

Sauvegarder son NAS UGREEN vers Azure avec Rclone : guide en 3 étapes

Sauvegarder son NAS UGREEN vers Azure avec RCLONE Introduction Lorsque l’on possède un NAS, la…

4 jours ago

Comment mettre en place un relay SMTP pour Azure avec Microsoft 365

Comment mettre en place un relay SMTP pour Azure avec Microsoft 365 Dans l'informatique, nous…

6 jours ago

Free Mobile : Une Innovation avec l’Intégration d’un VPN Gratuit dans ses Forfaits

Free Mobile : Une Innovation avec l'Intégration d'un VPN Gratuit dans ses Forfaits Introduction Free…

7 jours ago

Proton suspend des comptes de journalistes : 3 raisons qui soulèvent des inquiétudes

Proton suspend des comptes de journalistes : 3 raisons qui soulèvent des inquiétudes Introduction Proton…

1 semaine ago

Synology ou UGREEN : quel NAS choisir en 2025 ?

NAS UGREEN DXP2800 2 baies Pendant plus de dix ans, j’ai été un utilisateur fidèle…

2 semaines ago

Authentification multi facteur obligatoire sur Azure : Phase 2 dès octobre 2025

Authentification multi facteur obligatoire sur Azure : Phase 2 dès octobre 2025 Introduction L'authentification multi…

3 semaines ago