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:
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..