Hi guys,

Eureka! I have implemented the FbMembershipProvider manually along with the
RoleManager thingo and it works a treat. How you wonder? Well it just so
happens that I make use of the CompositeUI Application Block and created a
service wrapping the Fb providers and load them as dependencies in my
modules that I use to authenticate my users in my Smart Client.

Steps taken are basically:
Create modified config sections like so
<section name="membershipsection"
type="System.Web.Configuration.MembershipSection, System.Web,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="rolemanagersection"
type="System.Web.Configuration.RoleManagerSection, System.Web,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

Then wrap the Fb Providers as a service initializing the config sections and
load them as dependencies. See CompositeUI AppBlock for more details.

Regards
Sarel
-- 
View this message in context: 
http://www.nabble.com/FbMembershipProvider-problem-tf1446243.html#a5540666
Sent from the firebird-net-provider forum at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to