Bootstrap FreeKB - MVC - Resolve "403.14 Permission Denied"
MVC - Resolve "403.14 Permission Denied"

Updated:   |  MVC articles

If error 403.14 Permission Denied appears when attempting to view an MVC page in a web browser, first check to see if the project is an application in IIS:

  1. In the left panel of IIS, expand the Sites folder and locate your MVC application.

If the icon displayed is a folder, your MVC website is not configured as an application in IIS. If the icon displayed is a globe, your MVC website is configured as an application. 

If your MVC website displays a folder and it not configured as an application, do the following:

  1. Right-click on the folder icon in IIS and select Convert to Application.
  2. In the Add Application pop-up box, select OK. The icon in the left pane of IIS should now appear as a globe.

Ensure the application is configured to use ASP.NET 4.0:

  1. In the left panel of IIS, expand the Sites folder and select your MVC application.
  2. In the right panel of IIS, select Basic Settings.
  3. In the Edit Site pop-up box, click the Select icon.
  4. In the Application pool drop-down box, select ASP.NET v4.0.

 





Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 79c474 in the box below so that we can be sure you are a human.