0

メンバーシップとロールを特定のデータベースにインストールしたいと考えています。新しいデータベースを作成しているようです: aspnetdb. GUI(ウィザード)を使用してみましたが、パーソナライズがインストールされました。「...Localhost/DatabaseName」を追加しようとしましたが、うまくいきませんでした。

4

1 に答える 1

1

See the command-line options at ASP.NET SQL Server Registration Tool (Aspnet_regsql.exe)

Specifically, -d <database>:

Specifies the name of the database to create or modify for use with application services. If the database is not specified, the default database name of "aspnetdb" is used.

于 2011-04-07T19:14:08.313 に答える