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

<?xml version="1.0"?>
<!-- 注意: 除了手动编辑此文件以外,您还可以使用 Web 管理工具来
配置应用程序的设置。可以使用 Visual Studio 中的“网站”->“ASP.NET 配置”
选项。
设置和注释的完整列表在
machine.config.comments 中,该文件通常位于 \Windows\Microsoft.NET\Framework\v2.0.xxxxx\Config 中
-->
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<appSettings>
<!--链接SQL Server数据库的链接字符串-->
<add key="DBCONNECTIONSTRING" value="Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=C:\Users\coder\Desktop\2024Code\7\20240722\update\LeaveMessageMVC\DB_51Aspx\LMDB.mdb"/>
</appSettings>