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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T13:26:50+00:00 2026-05-24T13:26:50+00:00

How can I configure IIS to prompt for passwords on a web application running

  • 0

How can I configure IIS to prompt for passwords on a web application running on ASP.NET MVC in IIS?

I want to password protect the Views\ApplicationLog\ folder, so that browsers ask for username and password when users try to access this folder.

How could I accomplish this? Can this be done directly from IIS, or do I need to set something in web.config?

Please try to be thorough, I don’t know IIS all that well.

  • 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-24T13:26:50+00:00Added an answer on May 24, 2026 at 1:26 pm

    If you’re using MVC, you shouldn’t have anyone directly accessing anything under your Views folder at all. Instead, your Controllers (or their actions) will assert whatever authentication is required.

    In this specific case, it looks like your controller is named ApplicationLogController. So you’d add an [Authorize] attribute on the controller as follows, and it will automatically ensure that anyone accessing the controller methods is authorized.

    [Authorize] // You can also do [Authorize(Roles="MyRole,YourRole")], etc...
    public class ApplicationLogController : Controller
    {
    ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I configure ASP.NET/IIS to show custom error pages (i.e. a nice friendly
How I can configure two asp.net sites in IIS 6.0 to be accessible through
I have an ASP.NET MVC application for which I store uploaded content files in
I have an ASP .net Web Application already deployed on my local machine (virtual
We are using IIS7 to host an asp.net web-based application. In this environment administrators
I deployed an ASP.net MVC 2 application on my Windows Server 2008 IIS7 server
IIS enables us to also configure Asp.Net file mappings. Thus besides aspx, IIS also
So... I've got an ASP.NET app. Let's assume I configure IIS to always point
I have a asp.net 2.0 web site with WCF service hosted inside it running
I am trying to make a simple web application using ASP.NET and Interop COM.

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.