HTTP Error 500.19 - Internal Server Error (I'm on WIndows 10 IIS ver 10)

Question

Friday, October 13, 2017 5:26 AM

Hi All,
I hope i can get some help here.
I'm trying to get http://localhost:7070 page up and running but i'm getting the error below.

Any ideas what could be causing this issue.

Thanks in Advance

Config Error    This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".

The requested page cannot be accessed because the related configuration data for the page is invalid.

Config Source:

   24:   <system.webServer>
   25:     <handlers>
   26:       <remove name="ExtensionlessUrlHandler-Integrated-4.0"/>

All replies (4)

Monday, October 16, 2017 2:28 AM

Hi naijacoder74,

This issue could be caused by that you don't install to ASP.NET feature of IIS. Please try the following steps to install ASP.NET features to your server.

  1. Click "Start button"
  2. in the search box, enter "Turn windows features on or off"
  3. in the features window, Click: "Internet Information Services"
  4. Click: "World Wide Web Services"
  5. Click: "Application Development Features"
  6. Check (enable) the ASP.NET  features.

Best Regards,

Jean


Tuesday, May 22, 2018 1:56 PM

@Jean Sun, This solution does not work.


Tuesday, March 12, 2019 3:04 PM

Thank you Jean Sun,

your recommendation helped me to resolve this pb.


Monday, February 22, 2021 9:41 AM

Thank you jean Sun that was so helpful