Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
配置 Membership Provider 后,我注意到我的 web.config 中没有 ASPNETDB.mdf 的连接字符串。不应该有连接字符串吗?什么是适当的语法?提前致谢!
默认连接字符串在 machine.config 中定义:
<add name="LocalSqlServer" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/>