<?xml version="1.0" encoding="utf-8" ?>
<configuration>
	<system.runtime.remoting>
		<application>
			<service>
				<wellknown mode="SingleCall" 
					type="Shimadzu.LabSolutions.LSSRASManager.CLSSRASManagerAccess, LSSRASManager"
					objectUri="LSSRASManagerAccess"/>
			</service>
			<channels>
				<channel ref="tcp" port="29517">
					<serverProviders>
						<formatter ref="binary" typeFilterLevel="Full" />
					</serverProviders>
				</channel>
			</channels>
		</application>
		<customErrors mode="off" />
		<debug loadTypes="true" />
	</system.runtime.remoting>
</configuration>
