Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
24: <system.webServer>
25: <handlers>
26: <remove name="ExtensionlessUrlHandler-Integrated-4.0"/>
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.
- Click "Start button"
- in the search box, enter "Turn windows features on or off"
- in the features window, Click: "Internet Information Services"
- Click: "World Wide Web Services"
- Click: "Application Development Features"
- 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