I have set my web config to use the new membership provider, which looks like this.
<membership defaultProvider="FirebirdMembershipProvider" userIsOnlineTimeWindow="15"> <providers> <clear/> <add name="FirebirdMembershipProvider" type="FirebirdSql.Web.Providers.FbMembershipProvider2" connectionStringName="Membership" enablePasswordRetrieval="False" enablePasswordReset="true" passwordFormat="Clear" requiresQuestionAndAnswer="True" requiresUniqueEmail="true" applicationName="Intranet Home" minRequiredPasswordLength="6" passwordAttemptWindow="8" /> </providers> Now I can connect, create roles, create users and all "appears" to be ok until you look at certain fields in the database, or try to access certain information using the provider. For example if you try to retrieve a users email, it returns a null value (but the data is stored in the correct field). If you add data to comment field, it insert a null value in the database. If you use a passwordquestion or passwordanswer, it inserts a null value in the database. I am going to build the membership provider project and see if I can debug and trace what is happening and why. If it is working for you, I would love to know what I am doing wrong as I like stored proc's better. I am also going to look at the procedures themselves to see if maybe they are not inserting and returning expected values. Any guidance would be greatly appreciated. Thank you, Steven ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider