Err: This configuration section cannot be used at this path

While working with IIS, a user may encounter this error:

Config Error: This configuration section cannot be used at this path. 

What is IIS?

Internet Information Services (IIS) is an extensible web server software created by Microsoft for use with the Windows NT family. IIS supports HTTP, HTTP/2, HTTPS, FTP, FTPS, SMTP, and NNTP.

Reason for this error?

This is a configuration error mainly caused because some level is locked at the parental level. The main reason for this error is that some extensions, which are vital to the smooth functioning of IIS, have not been enabled. Extensions like ASPan open-source, server-side web application framework designed to produce dynamic web pages for web development. need to be enabled.

Let’s see how to solve this issue:

  1. Click the “Start” button.
  2. Open “Control Panel.”
  3. Open “Program and Features.”
  4. Click on the “Turn Windows features on or off.”
widget
  1. Expand “Internet Information Services.”
  2. Expand “World Wide Web Services.”
  3. Expand “Application Development Features.”
  4. Check “enable all except for CGI.”
widget

Free Resources

Copyright ©2025 Educative, Inc. All rights reserved