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 7650383
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:14:19+00:00 2026-05-31T11:14:19+00:00

Our internal MVC application uses Windows authentication and we control access to the web

  • 0

Our internal MVC application uses Windows authentication and we control access to the web by adding each user to the web.config (shown below). Question is: Can we grant access to a group by adding

<security>
<authorization>
<add accessType="Allow" users="eur\johnsmith"/>
</authorization>
</security> 

Is there anything else we need to get this to work ?

  • 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-31T11:14:21+00:00Added an answer on May 31, 2026 at 11:14 am

    In ASP.NET MVC it’s best to add access directly to Action Methods (or Controllers as a whole):

    [Authorize(Roles = @"eur\johnsmith")]
    public ActionResult YourActionMethod()
    {
        return View();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We've recently developed an internal web application for our intranet on top Microsoft's MVC
Our company uses an internal PHP MVC framework for most of our projects, which
I have just re-written the authentication for one of our internal web applications to
Our shop is in the process of converting our internal project management application from
I have started upgrading one of our internal software applications, written in ASP.NET Web
I was thinking of adding some Achievements to our internal bug-tracking and time logging
I'm trying to build a search for our internal support database - each support
We're updating our ancient internal PHP application at work. Right now, we gather extensive
I have a simple web service sitting on our internal network. I used SOAPUI
Background Information Our application reads/writes from 3 components: ASP.NET MVC 3 customer front end

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.