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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T20:53:06+00:00 2026-05-11T20:53:06+00:00

Let’s say I have the following in a web.config: <allow roles=Developers /> <deny users=*/>

  • 0

Let’s say I have the following in a web.config:

<allow roles="Developers" />
<deny users="*"/>

This locks down access on .aspx, .asmx, and other .NET file types, but it’s still allowing unauthorized users to open static files like image.jpg. I understand why the web.config isn’t asked for authorization information when someone asks for image.jpg (it’s not a .NET type, and IIS can bypass it), but how can I lock down a whole application?

Advice I’ve found online includes:

  • create a <location> entry for the directory in question and IIS / .NET will pick it up. (It doesn’t seem to.)
  • you need to write your own ISAPI filter and map all sensitive files’ extensions to that.
  • you don’t need to write your own ISAPI filter – just mapping the extensions to aspnet_isapi.dll will do it.
  • you don’t need to edit IIS at all, just create an httpHandler entry in the web.config for your extensions. (I’d really rather not try to do this for every extension in the application.)

None of this works quite as easily as I remember it being in Apache. What’s the simplest thing that might work to ask a visitor for a password and not serve any files (static or not) to any user that doesn’t have it?

  • 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-11T20:53:06+00:00Added an answer on May 11, 2026 at 8:53 pm

    Enable wild card mapping for IIS 6. This will send all files through the ASP.NET pipeline, guarantee form auth happens for all files. It will degrade performance (dunno how much).

    For IIS 5, um, upgrade to IIS 6.

    You list 4 ideas:

    • location only works if you have wild card mapping (or specific extensions mapped).

    • Who wants to write an isapi filter? You can’t easily do it in managed langauges unless you have IIS7. And who wants to write a c++ isapi filter?

    • wild card mapping does work with the above caveat (performance)

    • Again, last option wont work without registering those specific extensions with IIS and routing them through aspnet.

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

Sidebar

Ask A Question

Stats

  • Questions 122k
  • Answers 122k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Last time I checked, you still had to write code… May 12, 2026 at 12:38 am
  • Editorial Team
    Editorial Team added an answer Which IDE or development environment shows - in real time… May 12, 2026 at 12:38 am
  • Editorial Team
    Editorial Team added an answer There is also this lib which I have actually tested… May 12, 2026 at 12:38 am

Related Questions

Let's say you create a wizard in an HTML form. One button goes back,
Let's say I'm building a data access layer for an application. Typically I have
Let's say you have a class called Customer, which contains the following fields: UserName
Let me try to explain what I need. I have a server that is
Let's say we have a simple function defined in a pseudo language. List<Numbers> SortNumbers(List<Numbers>

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.