错误:
不支持关键字:'数据源'。 在System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable,String connectionString,Boolean buildChain,Hashtable synonyms,Boolean firstKey)
我正在使用的连接字符串是
<add name="ApplicationServices"
connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true"
providerName="System.Data.SqlClient" />
以前,当应用程序部署在服务器上时,它正在运行。
但是从现在开始,当我部署在同一台服务器上时,即使我没有使用它,我也会收到错误。它只是在配置文件中声明。我在我的应用程序中使用其他sql连接字符串。
任何人都可以找出究竟是什么问题。
提前致谢。