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

  • Home
  • SEARCH
  • 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 322803
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T08:58:21+00:00 2026-05-12T08:58:21+00:00

This project I’m working on requires me to keep a local db of admin

  • 0

This project I’m working on requires me to keep a local db of admin users and use an external db for regular users. Anyone who passes authentication in the admin db should be assigned the ‘admin’ role, and anyone authenticated through the other db will always be assigned a ‘user’ role.

Can I manually assign these roles? I don’t need the complexity of a Role Provider or anything, since I’m only using these two roles which will ALWAYS be based on which db they authenticate with.

It would be a HUGE help if you could provide sample code or a link to some documentation. Thanks!

EDIT:

Currently I am not using the role provider and creating one seems like a hassle. I know its not ‘best-practice’, but I only need to assign 1 of 2 roles during login (this will never change). It also doesn’t make sense to store role information in the database, since users are already separated into 2 dbs by their role.

Here’s some pseudo-code:

if (AdminDB.ValidateUser(username,password)==true) {
     SetAuthCookie(username);
     AssociateUserWithRole(username, 'admin');
} elseif (UserDB.ValidateUser(username,password)==true) {
     SetAuthCookie(username);
     AssociateUserWithRole(username, 'user');
} else {
     // Login failed.
}

Its the ‘ThisSession.AssociateUserWithRole’ part I don’t know. Basically, one the user is authenticated, I need to tell .NET which role the user belongs to.

  • 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-12T08:58:21+00:00Added an answer on May 12, 2026 at 8:58 am

    Implementing a role provider is not particularly hard — especially if you are only implementing the role checking, not the role management. Just implement those portions that you need and have the rest throw NotImplementedExceptions. If you only have one application you need not be too concerned about that portion either. Note that the portions that you need will be dictated by how the framework uses it, not how you would use it. I think for example you will need to implement the bit that returns all the user’s roles even if you only want to check if they are in a specific role.

    That said, you could omit the whole RoleProvider and do the whole thing in the Session. In this case you’d implement your own AuthorizeAttribute and replace it’s authentication and role-checking bits with your own. Store the user’s role in the session once authenticated and check it there using your attribute and the parameters supplied to the attribute for the method/class you’ve decorated it with.

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

Sidebar

Related Questions

I'm working on this project where the client has a virtual server setup. I
I'm working on this project and the customer wants it to integrate with a
I'm working on this project and I have to open a new browser tab.
I am working on this project where I need to read in a lot
For this project I am required to use an R script to simulate the
For this project I'm working on, I want to take multiple excel sheets and
I'm working on this project in Codeigniter and i created login and register script
I am working on this project: http://www.arbamedia.com/test/ if you go to Dyer dhe dritare
For this project I'm working on, I'm developing live on the server (not my
Im working on this project for work atm where an e-learning will be played

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.