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

1 week ago
<?xml version="1.0"?>
<!--
注意: 除了手动编辑此文件以外,您还可以使用
Web 管理工具来配置应用程序的设置。可以使用 Visual Studio 中的
“网站”->“Asp.Net 配置”选项。
设置和注释的完整列表在
machine.config.comments 中,该文件通常位于
\Windows\Microsoft.Net\Framework\v2.x\Config 中
-->
<configuration>
<appSettings>
<!-- for information on setting the values for the connection strings see the configTool project -->
<add key="logPath" value="c:\log.txt"/>
<add key="ConnectionString" value="server=.;database=EfficiencyDataInfo;uid=sa;password=51Aspx;"/>
</appSettings>