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
moving asp.net membership specific settings to a separate config file

connectionstringnameto contain something. isn't it? – Deeptechtons Nov 24 '11 at 12:57