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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T22:36:47+00:00 2026-05-17T22:36:47+00:00

title pretty much says it all. I have a website which will only run

  • 0

title pretty much says it all.

I have a website which will only run behind a login so I want to ensure that nothing can be accessed unless you’re logged in. This includes ActionResults, JsonResults etc…

Currently, I have [Authorize] all over my controllers which is quite tedious and not very DRY 🙂

So can I protect the entire website with 1 magic line of code? (The login page will obviously need to be accessible)

Also, please note that I will still need to further protect some of the Actions to only be used by certain Users/Roles

  • 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-17T22:36:48+00:00Added an answer on May 17, 2026 at 10:36 pm

    If you have multiple controllers, then make a AuthorizeController from which you inherit your controllers that must be protected. Just set the [Authorize] attribute to the AuthorizeController:

    [Authorize]
    public class AuthorizeController: Controller
    {
    }
    
    public class HomeController : AuthorizeController
    {
        ...
    }
    
    // don't inherit AccountController from AuthorizeController
    public class AccountController : Controller
    {
        public ActionResult Login()
        {
            ...
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Title pretty much says it all. I have a page called login.jsp: <f:view> <html>
The title pretty much says it all, but basically I have a main parent
The title pretty much says it all, but here's some background. We have a
The title pretty much says it all. I have a project that for political
The title pretty much says it. I have some methods that need to run
The title, while long, pretty much says it all. What I have is a
The title pretty much says it all. If I have something like (from PHP
well, the title pretty much says it all. here's a little info: i have
The title pretty much says it all. I have a regex that I need
The title pretty much says it all. I have a listview being populated by

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.