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.
メンバーシッププロバイダーを構成した後、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"/>