2012-05-13から1日間の記事一覧

ASP.NET MVCでメンバーシップデータベース認証(Aspnet_regsql.exe/aspnet_CheckSchemaVersion)

ASP.NET MVC3 Webアプリケーションで、「インターネットアプリケーション」を選んだ時に、 てっとり早くASP.NET メンバーシップ データベースを使う設定のメモ。Web.configのデータベース接続を設定する。 <add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;Database=HogeDB" providerName="System.Data.SqlClient" /> </connectionStrings>「ストアド プロシ…