How to disable site service plugins

It is possible to prevent certain plugins from being loaded.

To do so a special config file should be created in the same folder as the site service config. The config file should be called LS One Site Service Base.config

It should contain the following sections

 

<configuration>
<appSettings>
<!-- ************************************************************************************************** -->
<!-- Add dlls that should be excluded to this list.  Sepparate additionaldlls with a ; -->
<!-- ************************************************************************************************** -->
<add key="ExcludedDlls" value="<Enter names of dlls to exclude here multiple dlls should be sepparated by a ;>" />

</appSettings>

</configuration>