13 lines
269 B
XML
13 lines
269 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<configuration>
|
|
<system.web>
|
|
<compilation debug="true" targetFramework="4.0" />
|
|
</system.web>
|
|
<appSettings>
|
|
<add key="NetworkDeployed_ServicePoint" value="=asdfasdf"/>
|
|
</appSettings>
|
|
</configuration>
|