Aussie owned and operated, with 23+ years of industry experience, Gold Coast InfoTech is delighted to support all of your business technology requirements.

Gallery

Contacts

success@goldcoastinfotech.com.au

1800 291 071

KBArticles

Web Interface 5.4 – SLOW

Our webinterface 5.4 on Windows server 2008 R2 was slow as hell for the first time load for any user or just after a reboot. Be sure to check your ASPNET version and path first.

Edit the ASPNET.config file Path: “c:WindowsMicrosoft.NETFrameworkv2.0.50727Aspnet.config between the

<generatePublisherEvidence enabled=”false”/>

 Example

<?xml version=”1.0″ encoding=”UTF-8″ ?>
<configuration>
    <runtime>
        <legacyUnhandledExceptionPolicy enabled=”false” />
        <legacyImpersonationPolicy enabled=”true”/>
        <alwaysFlowImpersonationPolicy enabled=”false”/>
        <SymbolReadingPolicy enabled=”1″ />
 <generatePublisherEvidence enabled=”false”/>
    </runtime>
</configuration>

REFERENCES: http://support.citrix.com/article/CTX117273

Author

Customer

Leave a comment

Your email address will not be published. Required fields are marked *