0

Does anyone have a view on whether to use a new separate database for forms authentication users, or is it ok to mix it with your application database?

I could see separation being useful if multiple applications/databases were sharing user authentication, but in my case I have one website/database, and intended to just add the tables/views/sps created by aspnet_regsql.exe to my current application database.

Any views/opinions welcomed. Thank you.

2 Answers 2

0

You can mix that db with your database BUT you should not make any changes to the default database tables if you want to use asp.net built in classes that use that database , It means you can only add your tables to that database !

Sign up to request clarification or add additional context in comments.

Comments

0

That is OK to have a single Database from which the Forms are to be authenticated. Since the SQL server is a very secure one there will be no problem in having a single database.

But If you want to setup Your custom database for Authentication then Refer the following Links

Using Forms Authentication with a customer database

forms authentication with sql server 2008 database questions

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.