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
512 B

<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="MMSApp">
<section name="dbsettings" type="System.Configuration.NameValueSectionHandler,System"/>
</sectionGroup>
</configSections>
<MMSApp/>
<appSettings>
<add key="dsn" value="Data Source=.;UID=sa;PWD=51Aspx;DATABASE=MMS"/>
</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.