I follow your hint, but the Web Site Administration Tool, in the section Security, give me a new error ("Hashed or Encrypted passwords are not supported with auto-generated keys.").
I have to create users and roles whit Web Site Administration Tool. I send the code to my web.config. Thanks. Alessio. <?xml version="1.0"?> <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> <appSettings/> <connectionStrings> <add name="Membership" connectionString="character set=UNICODE_FSS;data source=127.0.0.1;Initial Catalog=C:\MEMBERSHIP_PROVIDER1.FDB;user id=SYSDBA;password=masterkey" providerName="FirebirdSql.Data.FirebirdClient"/> </connectionStrings> <system.data> <DbProviderFactories> <remove invariant="FirebirdSql.Data.FirebirdClient"/> <add name="FirebirdClient Data Provider" invariant="FirebirdSql.Data.FirebirdClient" description=".Net Framework Data Provider for Firebird" type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c"/> </DbProviderFactories> </system.data> <system.web> <pages> <namespaces> <clear/> <add namespace="System"/> <add namespace="System.Collections"/> <add namespace="System.Collections.Specialized"/> <add namespace="System.Configuration"/> <add namespace="System.Text"/> <add namespace="System.Text.RegularExpressions"/> <add namespace="System.Web"/> <add namespace="System.Web.Caching"/> <add namespace="System.Web.SessionState"/> <add namespace="System.Web.Security"/> <add namespace="System.Web.Profile"/> <add namespace="System.Web.UI"/> <add namespace="System.Web.UI.WebControls"/> <add namespace="System.Web.UI.WebControls.WebParts"/> <add namespace="System.Web.UI.HtmlControls"/> </namespaces> </pages> <membership defaultProvider="FbNewMembershipProvider"> <providers> <add connectionStringName="Membership" passwordFormat="Hashed" name="FbNewMembershipProvider" type="FirebirdSql.Web.Providers.FbMembershipProvider, FirebirdSql.Web.Providers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3D06A02581B682F8" applicationName="WebSite14" requiresQuestionAndAnswer="true" enablePasswordRetrieval="false" minRequiredPasswordLength="6" requiresUniqueEmail="false"/> </providers> </membership> <authentication mode="Windows"/> <compilation debug="true"> <assemblies> <add assembly="FirebirdSql.Data.FirebirdClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3750ABCC3150B00C"/> <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> </assemblies> </compilation> </system.web> </configuration> ------------------------------------------------------------------------- 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