User-166373564 posted
Hi limu
aspnet_regsql Not Adding Tables to the Existing Database
The
ASP.NET SQL Server registration tool (Aspnet_regsql.exe) is used to create a Microsoft SQL Server database that is used by the SQL Server providers in ASP.NET. The tool is also used to add or remove options from an existing database. So you should
check whether you use Aspnet_regsql properly,
At the same time you could also refer relevant discussion about adding ASP.NET membership tables to my own existing database below,
For reference -
Add ASP.NET Membership tables to my own existing database
hope it helps you,
With regards