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 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

Related Questions

Let say I have the following desire, to simplify the IConvertible's to allow me
Let's say I have this MySQL table: OK.. see the type field? Type 0
Let's say i have this block of code, <div id=id1> This is some text
Let's say I have the following models class Photo(models.Model): tags = models.ManyToManyField(Tag) class Tag(models.Model):
Let's say for example i have URL containing the following percent encoded character :
Let's say on a page I have alot of this repeated: <div class=entry> <h4>Magic:</h4>
Let's say I have a text file composed like this ##### typeofthread1 ##### typeofthread2
Let's say I have the following text: (example) <table> <tr> <td> <span>col1</span> </td> <td>col2</td>
Let's say I have the following object: var VariableName = { firstProperty: 1, secondProperty:
Let's say I have this code: <p dataname=description> Hello this is a description. <a

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.