> I hope the tone of my comments don't come off negatively, as I am not
> trying to attack you or the product. I am just trying to understand how
> this all fits together :) .

oh sorry i don't think that you atack me or the project, your comment 
are very positive for the project.


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

>
> Looking at your script, you are creating 2 Databases. One for the role
> provider, and one for the membership provider. 

you think we should remove the creation of the base in the script ?
Why not

> [EMAIL PROTECTED] (please remove the nospamming)

it send



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