S
sloan
Ok , first , I'm famaliar with both Providers.
And the "Factory Design Pattern".
Basically, if you don't override the default setting via config, you get the
default SqlRoleProvider or SqlMembershipProvider.
My question is....... how does MS check to see if you're using a different
provider.
Do they run an Xpath against the web.config to see if it exists?
.........
I'm more interested in the "They provide a default implementation, but I
gotta check to see if the default has been overwritten.
And the "Factory Design Pattern".
Basically, if you don't override the default setting via config, you get the
default SqlRoleProvider or SqlMembershipProvider.
My question is....... how does MS check to see if you're using a different
provider.
Do they run an Xpath against the web.config to see if it exists?
.........
I'm more interested in the "They provide a default implementation, but I
gotta check to see if the default has been overwritten.