Re: Oracle membership ?



Part of the work is done for you in the Microsoft .NET Pet Shop 4 sample:

"We created a custom membership provider implementation for Oracle. We only
implemented the methods that are used by .NET Pet Shop 4, which are the
CreateUser method and the Login method. This code, however, can be used
and/or extended by any customer that wants to use Oracle10G with the ASP.NET
membership services."

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/bdasamppet4.asp

Ken
Microsoft MVP [ASP.NET]


"Jarod" <blueice@xxxxxxxxxxxxxxxx> wrote in message
news:OwIvI%23eSGHA.5908@xxxxxxxxxxxxxxxxxxxxxxx
hey
I need to implement membership on oracle please tell me where I can
download any implementation of it ? I hope it exist ;)
Jarod


.



Relevant Pages

  • Re: MembershipProvider limit no effect.
    ... Dose we need implement these features in my custom Membership provider or ... Juan T. Llibre, asp.net MVP ... or password answer of a membership user. ...
    (microsoft.public.dotnet.framework.aspnet)
  • 2.0 Custom Membership Provider!
    ... I am in the process of creating a custom membership provider: ... Is their someway i can adjust the CreateUser member signature? ... username, string password, string email, string passwordQuestion, string ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: OSLEVEL AUTHENTICATION
    ... membership of the unix dba group) and OS authentication (through the ... turning it into a normal account doesn't work, the Oracle user will ... one should lock the Oracle account from the O/S level and make ...
    (comp.databases.oracle.server)
  • C#: Reading MembershipSection from Web.config
    ... I need to read values from the Web.Config xml file, ... I'm writing a custom membership provider.. ... public override bool EnablePasswordReset ...
    (microsoft.public.dotnet.framework.aspnet)
  • MembershipUser object...
    ... Im trying to write a custom membership provider but in the GetUser method it ... Dim _user As New System.Web.Security.MembershipUser(Me.ApplicationName, ...
    (microsoft.public.dotnet.framework.aspnet)