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