Speeding up stsadm

When STSADM executes, it tries to load strong named assemblies which need to be verified against an authentication provider. When your client has bad or no network access, it waits for a timeout before continuing, which makes the stsadm command very slow.

To pass by this process, edit your machine.config and add:

<configuration>

    <runtime>

        <generatePublisherEvidence enabled=”false”/>

    </runtime>

</configuration>

 

This should do the trick.

Published Mon, Sep 28 2009 10:16 AM by Bas

Comments

# Speeding up stsadm - update

Thursday, October 08, 2009 10:01 AM by BBB - Bas Blogging 'Bout.Net

As an addition to my previous post, I found a blogpost where I found numerous other options to speed

Leave a Comment

(required) 
(required) 
(optional)
(required) 
Please add 4 and 3 and type the answer here: