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