About the membership provider

Last post 04-02-2009 1:06 AM by senthilkumar.moorthy. 29 replies.

Sort Posts:

  • About the membership provider

    02-25-2006, 10:43 PM
    • Member
      361 point Member
    • lchrennew
    • Member since 12-25-2005, 3:41 AM
    • Posts 77

    I am excited when I use the aspnet_regsql and the membership provider, but now I will do an project using Oracle 9i, but it seems there's no way to use the membership provider FOR ORACLE unless we have an "aspnet_regora", ahha, expecting that  ^_^

  • Re: About the membership provider

    02-26-2006, 11:24 AM
    • Contributor
      2,865 point Contributor
    • Vimpyboy
    • Member since 03-26-2003, 8:12 AM
    • Stockholm, Sweden
    • Posts 589

    You can build your own membership provider and use it with Oracle. Just search at google to find out how to do it.

    Mikael Söderström
  • Re:Re: About the membership provider

    02-27-2006, 1:35 AM
    • Member
      486 point Member
    • dipapadi2000
    • Member since 02-02-2005, 3:44 AM
    • Athens, Greece
    • Posts 104
    I'm also looking for that provider. I was expecting that something would have already been made by Microsoft or Oracle...but nothing!
    If none of them is willing to support this, I don't think an independent programmer or a company would. I guess that we'll have to wait for some other company to do it and buy it! Is anybody aware of any?
    Dimitris Papadimitriou
    Software Development Professional
  • Re: Re:Re: About the membership provider

    09-14-2006, 10:28 AM
    • Member
      30 point Member
    • hcusto
    • Member since 08-09-2006, 10:23 AM
    • Posts 6

    So does anyone have create memebership provider for oracle together with database schema for oracle.

     

    Thanks in advance :) 

  • Re: Re:Re: About the membership provider

    09-20-2006, 8:33 AM
    • Member
      210 point Member
    • haridasi
    • Member since 08-20-2004, 3:25 PM
    • Norway
    • Posts 42
    I have - it's a small deal.
    Girl Power ! ;-P
  • Re: Re:Re: About the membership provider

    09-24-2006, 2:56 AM
    • Member
      5 point Member
    • veerapaneni
    • Member since 09-24-2006, 6:54 AM
    • Posts 1

    can you please send your code to sriniveerapaneni@hotmail.com if you don't mind.

     

    Thanks a million.

  • Re: Re:Re: About the membership provider

    09-25-2006, 4:18 AM
    • Member
      30 point Member
    • hcusto
    • Member since 08-09-2006, 10:23 AM
    • Posts 6

    can you send it also to hcusto@gmail.com :)

     

    Thnx in advance 

  • Re: Re:Re: About the membership provider

    11-26-2006, 11:58 PM
    • Member
      196 point Member
    • Kasyan
    • Member since 11-02-2005, 9:22 AM
    • Russia
    • Posts 77

    Hi!

    Can you send it to me too

    My E-mail konyaka@msn.com :)

  • Re: Re:Re: About the membership provider

    12-06-2006, 3:53 PM
    • Member
      466 point Member
    • mlasell
    • Member since 09-22-2006, 4:13 PM
    • Posts 169

    I am also looking for it, if you would be willing to send it -mike.lasell@bostonstock.com.

    Thanks, Michael

  • Re: Re:Re: About the membership provider

    12-13-2006, 8:33 PM
    • Member
      point Member
    • epimentel
    • Member since 12-14-2006, 1:18 AM
    • Posts 9

    Can you send it to me too? pimentele@sbcglobal.net

    Thanks a lot.

    Thanks---Ep
  • Re: Re:Re: About the membership provider

    12-13-2006, 8:42 PM
    • All-Star
      26,551 point All-Star
    • Caddre
    • Member since 06-23-2003, 9:53 AM
    • Indy
    • Posts 5,308
    epimentel:

    Can you send it to me too? pimentele@sbcglobal.net

    Thanks a lot.

    Try this thread for the VB version download and instructions of where to download the C# version.  Hope this helps.

    http://forums.asp.net/thread/1419773.aspx

    Kind regards,
    Gift Peddie
  • Re: Re:Re: About the membership provider

    12-13-2006, 9:50 PM
    • Member
      point Member
    • epimentel
    • Member since 12-14-2006, 1:18 AM
    • Posts 9

    Thank you very much.

     I'm new to the forum and also to Visual Studio .NET.  It may be obvious, but I got the code and I don't know how to make VS see the new provider.

     Thanks in advance

    Thanks---Ep
  • Re: Re:Re: About the membership provider

    12-13-2006, 11:16 PM
    • All-Star
      26,551 point All-Star
    • Caddre
    • Member since 06-23-2003, 9:53 AM
    • Indy
    • Posts 5,308
    epimentel:

    Thank you very much.

     I'm new to the forum and also to Visual Studio .NET.  It may be obvious, but I got the code and I don't know how to make VS see the new provider.

     Thanks in advance

    You asked for the code and I have given it to, how to use it is covered below.  Hope this helps.

    http://weblogs.asp.net/scottgu/archive/2006/04/13/442772.aspx

    Kind regards,
    Gift Peddie
  • Re: Re:Re: About the membership provider

    12-14-2006, 5:22 PM
    • Member
      466 point Member
    • mlasell
    • Member since 09-22-2006, 4:13 PM
    • Posts 169

    For C sharpies:

    I found the whole solution at http://www.radicaldevelopment.net/Default.aspx

    You need to join to download his excellent Community project for creating an entire Oracle Membership database, stored procedures and C# files.

    He is still working on the Roles db tables and procedures.

    I won't say it is exactly easy. But after a day I did get it all set up. I followed the Instructions in his ReadME.Doc

    Thank you Steven Swafford.

    Here are some of the issues I ran into.

    I already hadOracle installed,

    I had to download and install ODP.NET for Oracle 10gR2.

     I ran his SQL code(create_database.sql in PLSQL in the downoaded code) chunk by chunk in the Toad SQL editor, removing ".Portal" from anywhere in the code, since I didn't have permissions to create a package. The stored procedures creation  had to be run as a script. Perhaps the whole thing could have been run as a script.

    Once the database was set up:

    I opened the website in Visual Studio

    I  created a folder called Bin in the website root.

    added the dlls and clicked on Website:Add reference.

     These are the .dlls that are there:

    Oracle.DataAccess.dll
    RadicalDevelopment.Helper.dll
    RadicalDevelopment.OracleMembership.dll
    RadicalDevelopment.OracleSiteMap.dll

     I think only the first and third are really neccessay for Oracle membership.

    Per his instructions I added this and the Oracle Connection String to web.config:

    <

    compilation debug="true">

    <

    assemblies>

    <

    add assembly="System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

    <

    add assembly="Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89B483F429C47342"/>

    <

    add assembly="System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

    <

    add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

    <

    add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

    <

    add assembly="System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

    <

    add assembly="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

    <

    add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

    <

    add assembly="System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

    <

    add assembly="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

    </

    assemblies>

    </

    compilation>

    <

    membership defaultProvider="OracleProvider">

    <

    providers>

    <

    remove name="AspNetSqlMembershipProvider"></remove>

    <

    add connectionStringName="BEXWEB" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="Radical Development" requiresUniqueEmail="true" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="4" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression="" name="OracleProvider" type="RadicalDevelopment.OracleMembership.OracleMembershipProvider"/>

    </

    providers>

    </

    membership>

    You can use his aspx files for creating users etc contained in the Web folder of the dowwnloaded code.

    I don't know if that will confuse more than help, but maybe you will find something in it that helps.

    Michael

  • Re: Re:Re: About the membership provider

    12-14-2006, 5:54 PM
    • Member
      point Member
    • epimentel
    • Member since 12-14-2006, 1:18 AM
    • Posts 9

     

    I'm having problems installing ODP.NET for Oracle 10gR2.  I'm running Windows 2000, and I'm able to connect to the database using SQL Plus without any problems.  I downloaded ODP.NET for Oracle 10gR2, ran setup.ext, it creaded a new home, and when I go to the folders there are no files.

    Any suggestions? 

    Thanks.

    Thanks---Ep
Page 1 of 2 (30 items) 1 2 Next >