0

I'm a bit new to Asp.Net forms authentication, but I have gotten a good grip of it. I'm currently stuck with a problem. I want to store user credentials in a table under my custom database. By default, Visual Studio creates a mdf file, is there any way to override this behaviour?

With the User credentials table in my Sql Server Database, I will have better control over the content of my site and will be more organized.

Thanks!

1 Answer 1

1

I think that you should create a custom Membership Provider. You able to customize how to store user credentials to database.

Here sample link: http://www.codeproject.com/Articles/165159/Custom-Membership-Providers

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

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.