简体   繁体   中英

C# ASP.Net Consolidated DB with Membership Provider configured with aspnet_regsql.exe

I attemped to consolidate the MembershipProvider DB with my existing DB using the following command:

aspnet_regsql.exe -S <server> -E -d <database> -A all

The executable finished successfully but when I look at the existing DB, I don't see the additional tables for the MembershipProvider. I'm using SQL Server 2008 R2 (not SQLExpress). Is there something else I need to do?

I reran the executable from the aspnet_regsql.exe wizard and had the same result.

Thanks in advance.

尝试通过向导运行它,只需执行aspnet_regsql.exe (无参数),也许命令行版本可能会犯一些错误。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM