A
Andy B
I am creating my own Membership provider. Everywhere I look for examples, I
see the custom provider stubs using connection strings to sql server instead
of using some other form. Is it possible to use entity framework classes or
linq to sql classes inside of the provider classes? If so, how do you
exactly do this? And how would you make connectionString an invalid
attribute of the config collection given to the initialize method?
see the custom provider stubs using connection strings to sql server instead
of using some other form. Is it possible to use entity framework classes or
linq to sql classes inside of the provider classes? If so, how do you
exactly do this? And how would you make connectionString an invalid
attribute of the config collection given to the initialize method?