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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:21:58+00:00 2026-06-17T16:21:58+00:00

Possible Duplicate: MVC4 HTTP Error 403.14 – Forbidden Every time I have to configure

  • 0

Possible Duplicate:
MVC4 HTTP Error 403.14 – Forbidden

Every time I have to configure a ASP.Net mvc application I come across the same error:

HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.

There is a reason this might happen and I have figured it out.

Configured app pool to use LocalSystem account.
Added permission for this user in the project folder.

Today another application with this problem and only changing the application pool to use LocalSystem account was not enough. What could I do to solve this problem.

P.S: In Asp Net mvc we do not enable browser directory on IIS so I don´t understand why the problem.

  • 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-17T16:21:59+00:00Added an answer on June 17, 2026 at 4:21 pm

    You are seeing this error precisely because you do not allow directory browsing. What this is showing you is that MVC has not picked up on the request and IIS is attempting to find the default document. I have answered a question similar in the past, maybe some of these suggestions will help you discover your problem

    Error 403.14 is the HTTP error code for not being allowed to list the
    contents of a directory. Please be sure that

    • You have setup the website as an application in IIS You have .NET 4.5 installed on the server
    • You have set the application pool to run the proper version of the .NET framework (ie. it is not set to .NET 2.0
    • You are using the integrated pipeline on your application pool .NET
    • 4.5 is actually registered in IIS. Please see this post for a similar issue/resolution Usually, a and d are the biggest issues
      surrounding MVC deployments to IIS

    Also, check your web.config and ensure that this line exists:

    <system.webServer>
       <modules runAllManagedModulesForAllRequests="true"/> 
     </system.webServer>
    

    Update

    Well I certainly did not expect this much attention on my answer… With that said, I can expand a little more on the conversation below. DarinD is expressing concern that the

    <system.webServer>
       <modules runAllManagedModulesForAllRequests="true"/> 
     </system.webServer>
    

    is a additional burden on your web server, and he is correct. This line will cause IIS to load all modules for any request, including static files. With that said, given the aspects of IIS 7 such as kernel caching, unless you are hosting a very high traffic site/have tons of modules, then the performance impact will most likely not be noticed by you or your users.

    If you want to view a potentially different solution, please check out this blog post for more information on the managedModule line above and you can test if the solution posed there fixes your problems as well.

    Lastly, here is a blog post that covers not only the potential performance impacts, but goes deeper into how routing works and what you need to do to get extensionless URLs routing on IIS 6 and 7 (which should cover 7.5 as well)

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

Sidebar

Related Questions

Possible Duplicate: What is a NullReferenceException in .NET? I have a Model (ASP.NET MVC
Possible Duplicate: Routing with Multiple Parameters using ASP.NET MVC Experimenting with the MVC4 web
Possible Duplicate: How can I attach a custom membership provider in my ASP.NET MVC
Possible Duplicate: How can I properly handle 404 in ASP.NET MVC? I've made the
Possible Duplicate: MVC 4 Beta side by side installation error I have an MVC3
Possible Duplicate: Does every Core Data Relationship have to have an Inverse? I have
Possible Duplicate: How do I make a request using HTTP basic authentication with PHP
Possible Duplicate: C++ template, linking error I am attempting to implement a selection sort,
Possible Duplicate: How to get useful error messages in PHP? Im currently learning php
Possible Duplicate: I have a nested data structure / JSON, how can I access

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.