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

<?xml version="1.0"?>
<!--
注意: 除了手动编辑此文件以外,您还可以使用
Web 管理工具来配置应用程序的设置。可以使用 Visual Studio 中的
“网站”->“Asp.Net 配置”选项。
设置和注释的完整列表在
machine.config.comments 中,该文件通常位于
\Windows\Microsoft.Net\Framework\v2.x\Config 中
-->
<configuration>
<appSettings>
<!--<add key="sqlServer2005DbName" value="App_Data\DragDropDemo.mdf"/>-->
<add key="sqlServer2005DbName" value="Data Source=.;Initial Catalog=DragDropDemo;Integrated Security=True;"/>
</appSettings>
<connectionStrings/>