> I used the ASP.NET configuration manager to create a user, and it
> succeeds. I am including user id, password, email address, and question
> and answer. I now edit the user, and membership can't find an email
> address for the user. I enter a new email address and this time put a
> description in the description field, and save the changes. I then go
> back into the record in and the changes appear to not persist. Looking
> at the database, the comment, passwordquestion, passwordanswer have null
> values, Looking at the table they are saved to an alternate location.
> When I use the provider programmatically, it also can't find the email
> address or comments. When I change back to the original provider
> everything works as expected. This is the membership portion of my
> web.config
>
>         <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>

I try with your configuration and it's works fine it's curious can you 
try with a new database and if it is already the case can you send me 
the metadata of this base ?



-------------------------------------------------------------------------
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

Reply via email to