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

<?xml version="1.0"?>
<configuration>
<appSettings>
<!--数据库连接字符串修改User ID和Password为对应的数据库用户名和密码-->
<add key="ConnectionString" value="Provider=SQLOLEDB.1;Password=51Aspx;Persist Security Info=True;User ID=sa;Initial Catalog=pubs;Data Source=."/>
</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.1" />
</system.Web>
-->
<system.web>