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.
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
精彩评论