52 lines
1.9 KiB
XML
52 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<!-- *********************************** DO NOT EDIT ANYTHING BELOW THIS POINT *****************************-->
|
|
<!-- ********************************************************************************************************-->
|
|
|
|
<system.runtime.remoting>
|
|
<application>
|
|
<service>
|
|
<wellknown mode="SingleCall" objectUri="DataPortal.rem" type="CSLA.Server.DataPortal, CSLA.Server.DataPortal" />
|
|
</service>
|
|
<channels>
|
|
<channel ref="http">
|
|
<serverProviders>
|
|
<provider ref="wsdl" />
|
|
<formatter ref="soap" typeFilterLevel="Full" />
|
|
<formatter ref="binary" typeFilterLevel="Full" />
|
|
</serverProviders>
|
|
</channel>
|
|
</channels>
|
|
</application>
|
|
</system.runtime.remoting>
|
|
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<probing privatePath="bin/.." />
|
|
</assemblyBinding>
|
|
</runtime>
|
|
|
|
<system.web>
|
|
<httpRuntime maxRequestLength="2097151" executionTimeout="3600"/>
|
|
<compilation defaultLanguage="c#" debug="false" />
|
|
<customErrors mode="Off" />
|
|
<authentication mode="Windows" />
|
|
<authorization>
|
|
<allow users="*" />
|
|
</authorization>
|
|
<trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" />
|
|
<sessionState mode="Off" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20" />
|
|
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
|
|
</system.web>
|
|
|
|
<system.webServer>
|
|
<security>
|
|
<requestFiltering>
|
|
<requestLimits maxAllowedContentLength="30000000"/>
|
|
</requestFiltering>
|
|
</security>
|
|
</system.webServer>
|
|
|
|
</configuration>
|
|
|