Store Role and Security in your own Database instead of aspnetdb database
Actualy this database has lots of stored procedure and tables your application using it, So you need to store your security and membership data also in the same table.
Following are the simple stemp for .net framework 4.0
- Run C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regsql.exe.
- Hit Next.
- Select “Configure SQL Server for application services…” and hit Next.
- Select “Windows Authentication” and the “XXXX” Database and hit Next.
- Your settings are then presented...then hit Next.
- Finally you should be presented with a done screen, hit Finish.
No comments:
Post a Comment