J
Jon
Hello all,
I've written a Customer Membership Provider and am trying the call the
ValidateUser method from a button click, as below:
CustomOracleMembershipProvider COMP = new CustomOracleMembershipProvider();
bool validated = new
Security.CustomOracleMembershipProvider().ValidateUser("yatesj", "abcde");
However, I need to call the initialize method first, but I'm having problems
in passing in the <membership> element in the web.config file. Can this even
be done?
I'm trying not to use the Login control, as authentication may come from
somewhere else and we may need to do the process manually.
Any help would be great.
Jon
I've written a Customer Membership Provider and am trying the call the
ValidateUser method from a button click, as below:
CustomOracleMembershipProvider COMP = new CustomOracleMembershipProvider();
bool validated = new
Security.CustomOracleMembershipProvider().ValidateUser("yatesj", "abcde");
However, I need to call the initialize method first, but I'm having problems
in passing in the <membership> element in the web.config file. Can this even
be done?
I'm trying not to use the Login control, as authentication may come from
somewhere else and we may need to do the process manually.
Any help would be great.
Jon