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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:41:51+00:00 2026-05-26T10:41:51+00:00

I have one need: In an Asp.Net 4.0 application I would like to deny

  • 0

I have one need: In an Asp.Net 4.0 application I would like to deny access to some resources. The goal I would like to reach is the following:

1) Consider a user trying to get a document from my application, for example a txt file located somewhere in my application.

2) When the user types the url of my web site and the resource, for example www.mysite.com/Folder1/myfile.txt my application should NOT give that file back.

How to do this???

Thankyou

  • 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-26T10:41:51+00:00Added an answer on May 26, 2026 at 10:41 am

    You can use location tags to control this type of thing.

    In this example, I give Customers and Admins access to the CustomersFolder directory:

    <location path="CustomersFolder">
        <system.web>
            <authorization>
                <allow roles="Customers, Admin"/>
                <deny users="*"/>
            </authorization>
        </system.web>
    </location>
    

    And with this second block, I then limit access to a certain file under that folder to just Admins:

    <location path="CustomersFolder/SecureFile.aspx">
        <system.web>
            <authorization>
                <allow roles="Admin"/>
                <deny users="*"/>
            </authorization>
        </system.web>
    </location>
    

    Hopefully something like that will work for you.

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

Sidebar

Related Questions

My use-case: I already have a working ASP.NET application I would like to implement
In a C#/ASP.NET application, I have a form that renders much like the following
i need to have one project on asp.net mvc 1 but i want to
I would like to use a flash menu in Asp.net 2.0. However, I have
I have written an ASP.NET MVC application that runs inside an IFrame. When one
I have the authentication portion of an ASP.NET 3.5 web application complete. I would
So, I need some input refactoring an asp.net (c#) application that is basically a
In my asp.net application I have a some client side scripting that alters the
I have two applications one a console application and the other an ASP.NET app.
I have one scenario where I need to select all files having aliencoders.numeric-digits like

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.