Web.Debug.config 403 Bytes
<?xml version="1.0"?>

<!-- For more information on using Web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=301874 -->

<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
	
	<connectionStrings>
	</connectionStrings>

	<appSettings>
	</appSettings>
	
	<system.web>
  <customErrors mode="Off" xdt:Transform="Insert" />
	</system.web>
	
</configuration>