Hi all I have solved this problem! In web.config my settings was wrong!Correct values are:
<roleManager enabled="true" defaultProvider="AlmWebrp"> <providers> <add name="AlmWebrp" type="FirebirdSql.Web.Providers.FbRoleProvider, FirebirdSql.Web.Providers, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3d06a02581b682f8" connectionStringName="AlmexaWebcs"/> </providers> </roleManager> <authentication mode="Forms"> </authentication> <membership defaultProvider="AlmWebms" userIsOnlineTimeWindow="20"> <providers> <add name="AlmWebms" type="FirebirdSql.Web.Providers.FbMembershipProvider, FirebirdSql.Web.Providers, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3d06a02581b682f8" connectionStringName="AlmexaWebcs" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" applicationName="/" requiresUniqueEmail="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="5" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression="" /> </providers> </membership> Best regards, Paul > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Mercea Paul > Sent: 17 June 2008 21:27 > To: [EMAIL PROTECTED]; 'For users and developers of the Firebird .NET > providers' > Subject: Re: [Firebird-net-provider] web application sample > > Hi Arnaud > > Something is wrong with my web.config...pointing to sqlserver > somehow... > I'll generate new one, tomorrow ! > > If I can't make this work I'll be back with questions... > > Thank you all! > > Best Regards, > Paul > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > Behalf > > Of le roy arnaud > > Sent: 17 June 2008 17:29 > > To: firebird-net-provider@lists.sourceforge.net > > Subject: Re: [Firebird-net-provider] web application sample > > > > Jiri Cincura wrote: > > > > > On Tue, Jun 17, 2008 at 3:58 PM, Mercea Paul > <[EMAIL PROTECTED]> > > > wrote: > > >> Do you have some sample project about how can I use > CreateUserWizard > > and > > >> all other components from Login Tab from Tools in VS 2005/2008! > > > > > > Sorry I don't. I have only one ASP.NET project using membership > etc. > > > stuff ant this is using the old one version of WebProviders (before > > > rewritten by Le Roy Arnaud). :( > > > > > >> I have configured Membership provider and role provider but I get > > always > > >> errors on execution! > > > > > > Look at Event Log, errors from WebProviders are written there. > > > > > > > > > i use it in a lot of projects , what are yours errors ? > > > > -- > > Le Roy Arnaud > > Menlog informatique (www.menlog.com) > > > > --------------------------------------------------------------------- > -- > > -- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > http://sourceforge.net/services/buy/index.php > > _______________________________________________ > > Firebird-net-provider mailing list > > Firebird-net-provider@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > ----------------------------------------------------------------------- > -- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Firebird-net-provider mailing list > Firebird-net-provider@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider