connectionString="AttachDbFilename=C:\Documents and Settings\nmartin\My Documents\PS_Upload\TimeTrack\src\TimeTracker\TimeTrack\App_Data\ASPNETDB.MDF;Integrated Security=True; User Instance=True"
providerName="System.Data.SqlClient" />
这是从服务器资源管理器为我的本地 MDF 文件提供给我的连接字符串。尝试运行应用程序时,我不断收到以下错误。
"Format of the initialization string does not conform to specification starting at index 25."
有谁知道这是什么吗?
谢谢!