onion.net Information Server Konfigurationsdatei

Element Beschreibung Optional
server Konfigurationsabschnitt des onion.net Information Servers. Nein
<configuration>
<configSections>
<sectionGroup name="onion">
<section name="server" type="Onion.Server.Configuration.OnionServerSectionHandler, Onion.Server.Impl" />
</sectionGroup>
</configSections>
<onion>
<server connectionString="user id=username;password=password;server=localhost;database=onion;Network Library=dbmslpcn">
<cacheSettings content="32m" childrenNames="16m" parentIdentities="20000" paths="20000" />
<userRepositories>
<internalDirectory>
<badLogonBehavior count="10" releaseLock="PT30M" />
</internalDirectory>
</userRepositories>
</server>
</onion>
<system.runtime.remoting>
<application>
<service>
<wellknown type="Onion.Server.XmlServer, Onion.Server.Impl" objectUri="onion/server" mode="Singleton" displayName="Onion Server" />
</service>
<channels>
<channel name="Onion Server Tcp" ref="tcp" port="8087">
<serverProviders>
<formatter ref="binary" typeFilterLevel="Full" />
</serverProviders>
</channel>
</channels>
</application>
<customErrors mode="off" />
</system.runtime.remoting>
</configuration>