<?xml version="1.0" encoding="UTF-8"?>

<configuration>
	<system.web>
		<compilation debug="false" targetFramework="4.7.2" />
		<httpRuntime targetFramework="4.7.2" requestValidationMode="2.0" />
		<webServices>
			<protocols>
				<add name="HttpPost"/>
			</protocols>
		</webServices>
	</system.web>
	<system.webServer>
		<defaultDocument>
			<files>
				<add value="FieldPro.asmx" />
			</files>
		</defaultDocument>
		<directoryBrowse enabled="false" />
        	<validation validateIntegratedModeConfiguration="false" />
	</system.webServer>
	<connectionStrings>
		<add name="MpoweredSQL" connectionString="Server=YOURHOST;Database=INSTANCE;User ID=MpoweredWeb;Password=*****" />
	</connectionStrings>
</configuration>
