I am hoping for fruitful answer to this. How should i move the settings provided in web.config for asp.net membership into a database for cross application customization. For example membership information include below
<providers>
<add
name="OdbcProvider"
type="Samples.AspNet.Membership.OdbcMembershipProvider"
connectionStringName="OdbcServices"
enablePasswordRetrieval="true"
enablePasswordReset="true"
requiresQuestionAndAnswer="true"
writeExceptionsToEventLog="true" />
</providers>
</membership>
Extra
NET 2.0
ASP.NET 2.0
Related
https://stackoverflow.com/questions/5834269/moving-asp-net-membership-specific-makings-to-a-separate-config-file> 移除具体作为成员的特定环境,单独编织文件