Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7170423
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:12:36+00:00 2026-05-28T15:12:36+00:00

I have my own database (SQL Server 2008 RQ) and i have a table

  • 0

I have my own database (SQL Server 2008 RQ) and i have a table name “Users”
I wanna use ASP.NET MemberShip with my table (Users) how can i do this ?

I don’t want to use normal DataBase, i wanna change tables and fields because i want to personalize it.

I don’t want to use Profile, i want to change tables and fields, i know i can create my own authentication system but i want to use Login Control from ToolBox and other Controls.

Please give me suggestions.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T15:12:37+00:00Added an answer on May 28, 2026 at 3:12 pm

    This is fairly easy. You just have to create your own class inheriting from MembershipProvider and register it as a default provider. One of its methods in particular is designed to validate users’ credentials. The builtin Login will use your own code, as long as you register your provider.

    public class MyCustomMembershipProvider : MembershipProvider {
       // a lot of methods required by the abstract class
    
       public bool ValidateUser( string UserName, string Password ) {
          // use your own database to validate user credentials
       }
    }
    

    and then

    <system.web>
       <membership defaultProvider="MyCustomMembershipProvider">
          <providers>
             <add name="MyCustomMembershipProvider" type="MyCustomMembershipProvider" />
          </providers>
       </membership>
    

    In case of any doubts, follow the example:

    http://msdn.microsoft.com/en-us/library/44w5aswa.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

MS SQL SERVER 2008 I have a database. Several operators via my program can
We have an ASP.NET application that manages it's own User, Roles and Permission database
I have a question about User-Defined Table Types in SQL Server 2008. For the
I'm experiencing something a bit strange. I have a table on SQL Server 2008,
We have a database server running SQL Server 2008 and we connect using Windows
We're doing a sort of roll-your-own replication from a SQL Server 2008 R2 database
I have a database in SQL Server 2008 R2. This database contains some tables,
I have an ASP.NET web app where I use an ado sql connection to
I am using SQL Server 2008. I have some dates in my database that
I have a form view which is inserting data into a sql-server-2008 database. instead

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.