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.
SimpleMembershipをmvc4で使用しています。このためのタイムアウト期間を設定することは可能ですか?confitファイル内の通常のフォーム認証の終了期間を設定するのと同様ですか?
ありがとう。
あなたの質問から、設定しようとしているタイムアウトのタイプが正確にはわかりません。ただし、データベースへのタイムアウトの場合は、次のように接続文字列に設定できます。
Data Source=(local);Initial Catalog=AdventureWorks;Integrated Security=SSPI;Connection Timeout=30";