CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2007
    Posts
    28

    Login Control in asp.net

    Hi,
    i want to change the default dayabase for login control as bydefault it uses Sqlserver 2005 database,But i want to use my own ms-acess database.
    how it is possible????

    Thnaks for ur help.

    GIRISH

  2. #2
    Join Date
    Jun 2003
    Location
    Toronto
    Posts
    805

    Re: Login Control in asp.net

    check this link out : http://weblogs.asp.net/scottgu/archi...esources-.aspx

    just a bit down the page there is this paragraph
    The ASP.NET Provider Toolkit Site provides tons of content on how to create and build your own providers (including Membership and Role Providers). It also has a link to a fully functional Membership and Role Provider that works with Access databases. This article also discusses how to build your own Membership Provider, and can be a useful guide to integrating the membership APIs with your own existing database.
    there are links in that paragraph to get the toolkit to utilize the access dbs

    hth,
    mcm
    rate my posts!
    mcm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured