Can someone tell me what's wrong with this configuration?
 <membership defaultProvider="FirebirdMembershipProvider">
       <providers>
          <add connectionStringName="ActiveConnection" enablePasswordRetrieval="true"
             enablePasswordReset="true" requiresQuestionAndAnswer="true"
             applicationName="/" requiresUniqueEmail="false" passwordFormat="Hashed"
             description="Stores and retrieves membership data from a Firebird database."
             name="FirebirdMembershipProvider" type="FirebirdSql.Web.Providers, Version=2.0.0.0, Culture=neutral,PublicKeyToken=3D06A02581B682F8"
           />
       </providers>
    </membership>
ASP.NET tells me that the assemply name is invalid. But I can find it in the GAC.

Thanks..

On 8/19/06, Jon Ege Ronnenberg <[EMAIL PROTECTED]> wrote:
Gracias - I found it.


On 8/19/06, Carlos Guzmán Álvarez < [EMAIL PROTECTED]> wrote:
Hello:
> I can't find the namespace for FbMemberShipProvider, can anyone please
> tell me where it is?
It's in the FirebirdSql.Web.Providers assembly and the namespace is
FirebirdSql.Web.Providers

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


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