The asp.net membership provider uses access database.
Would it be possible to use a mssql server to store this instead?
Seems odd for me to use a seperate access db instead of putting everything inside my current mssql server.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, it can use MSSQL.
Actually, by default it uses SQL Express, not Access, but it can be configured for standard versions of SQL server in addition to the Express/Developer versions.
This link shows how, and it applies to newer versions of SQL Server as well.
Configuring ASP.NET 2.0 Application Services to use SQL Server 2000 or SQL Server 2005