You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
658 B

<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="LogFileName" value="\journelServer.log"/>
<add key="ConnectionString" value="data source=.;uid=sa;pwd=51Aspx;database=WebJournel"/>
<add key="ConnStrReporter" value="data source=.;uid=sa;pwd=51Aspx;database=WebJournel"/>
<add key="ConnStrAdmin" value="data source=.;uid=sa;pwd=51Aspx;database=WebJournel"/>
</appSettings>
<!--
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
The following attributes can be set on the <httpRuntime> tag.
<system.Web>
<httpRuntime targetFramework="4.8" />
</system.Web>