Sunday, October 6, 2013

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

Scenario:

In WCF, I was receiving the below error while trying to run the WCF client application.

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

Solution:


Adding the below lines within the WCF Client application's web.config file, I could finally get rid of the issue and I could run the client application successfully..



No comments:

VS Code # Warning - npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead

Error : VS Code - NPM Warning - npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead Solution:  Foll...