STSADM or any assembly loading terribly slow behind firewall or vpc & vmware
Sep 1, 2009 · 1 min read
A small tip which i found here: http://www.dynasign.nl/blog/?p=9
In short:
Apparently, when STSADM executes, it tries to load strong named assemblies which need to be verified against an authentication provider externally. When your environment has bad network access or no network access, it waits for a timeout before continuing. Which makes provisioning your sites, or any STSADM commands very very slow.
If you dont need it, the trick is to edit your machine config and add:
<configuration>
<runtime>
<generatePublisherEvidence enabled=”false”/>
</runtime>
</configuration>
enjoyed this? there's 21 years more where that came from
More writing →