Speed up Storefront with ASPNET.config change script

less than 1 minute read

I got sick of having to manually edit Aspnet.config files to disable signature checking so Storefront would load faster.  I created a script that once run from a single storefront server will pull the list of servers in the Storefront cluster and quickly look for Aspnet.config files remotely.  If the file is found not to have the tweak it will back the file up, add the generatePublisherEvidence line and restart IIS.

  • Uses new Powershell modules
  • Disables .NET signature checking
  • Enables pool sockets
  • Disables netbios via WMI

NOTE: MUST BE RUN AS ADMINISTRATOR.

Download from Github

Leave a comment