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

<?xml version="1.0"?>
<configuration>
<!-- 在此存放基本的联结数据库的信息 -->
<appSettings>
<add key="sStudentSysDBConnectionString" value="Provider=SQLOLEDB;server=.;database=StudentManageSys;UId=sa;Pwd=51Aspx;"/>
</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>
-->
<system.web>