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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T08:47:09+00:00 2026-06-07T08:47:09+00:00

I run IIS 7.5 on Windows Server 2008 R2. I’m getting a 404: file

  • 0

I run IIS 7.5 on Windows Server 2008 R2.
I’m getting a 404: file not found error when I browse the “/bin” folder. I understand that this is a security policy by Microsoft.

I tried doing what is written in here but it didn’t solve the issue. Any ideas?

EDIT:
Should be noted that I have no security issues. I run the IIS for direcotry browsing in a private network. Eventually I need to perform crawling and indexing on it. The problem is that pages under “/bin” and ‘/AppConfig” are not being crawled because of the 404 error.

I just need a solution for this issue. Again, no security issues are relevant here.

  • 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-06-07T08:47:10+00:00Added an answer on June 7, 2026 at 8:47 am

    Bin folder is not intended as a place where a developer should put web pages.

    In IIS 7.5 you can configure

    1. Open Internet Information Services (IIS) Manager
    2. In the Connections pane, go to the connection, site, application, or directory for
      which you want to modify your request filtering settings.
    3. In the Home pane, double-click Request Filtering.
    4. In the Request Filtering pane, click the Hidden Segments tab
    5. Select the relative path that you want to show (BIN folder), and then click Remove in the Actions pane.

    The same can be done via web.config

    <configuration>
      <system.webServer>
       <security>
         <requestFiltering>
            <hiddenSegments applyToWebDAV="false">
               <remove segment="Bin" />
            </hiddenSegments>
         </requestFiltering>
       </security>
      </system.webServer>
    </configuration>
    

    Anyway, in orded to avoid problems on development server and on any deploy server, i think that the easiest solution is to move that pages to another folder.


    Read here:

    ASP.NET recognizes certain folder names that you can use   
    for specific types of content.  
    The following table lists the reserved folder names and the type   
    of files that the folders typically contain.
    
    Note
    The content of application folders, except for the App_Themes folder,
    is not served in response to Web requests,
    but it can be accessed from application code.
    
    • App_Browsers Contains browser definitions (.browser files) that
      ASP.NET uses to identify individual browsers and determine their
      capabilities.
    • App_Code Contains source
      code for shared classes and business objects
    • App_Data Contains application data files
      including .mdf database files, XML files, and other data store files.
    • App_GlobalResources
      Contains resources (.resx and .resources files) that are compiled
      into assemblies with global scope.
    • App_LocalResources Contains resources (.resx and
      .resources files) that are associated with a specific page, user
      control, or master page in an application
    • App_Themes Contains a collection
      of files (.skin and .css files, as well as image files and generic
      resources) that define the appearance of ASP.NET Web pages and
      controls.
    • App_WebReferences Contains reference contract files (.wsdl files),
      schemas (.xsd files), and discovery document files (.disco and
      .discomap files) that let you create a Web reference for use in an
      application.
    • Bin
      Contains compiled assemblies (.dll files) for controls, components,
      or other code that you want to reference in your application.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to run web application scripted in PHP on windows server 2008.
I use Windows Server 2008 R2, IIS 7.0. I downloaded umbraco5 sources, created new
I'm setting up a Classic ASP site in IIS 7.5 (Windows Server 2008 R2).
I have configured PHP to run under FastCgi on IIS7 on Windows Server 2008
Does anyone know if it's possible to run IIS 7.5 on Windows 2008. From
I'm using IIS 7.5 on Windows Server 2008 R2 x64 Enterprise Edition. In the
Setup: IIS on Windows 2008 Server R2 Enterprise, SQL Server 2008 R2 Enterprise, ASP.NET
I am working under localhost. In IIS Manager 7.5, windows server 2008. After adding
The problem only occurs on a server with Windows 2008 Server, locally I run
I am running PHP 5.3.8 non-thread-safe version with IIS 7 on windows server 2008

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.