IIS (Internet Information Services) How To: Solve The Web server is configured to not list the contents of this directory
IIS (Internet Information Services) How To: Solve The Web server is configured to not list the contents of this directory
https://stackoverflow.com/questions/18981118/http-error-403-14-forbidden-the-web-server-is-configured-to-not-list-the-conIIS (Internet Information Services) How To: Solve The Web server is configured to not list the contents of this directory
I encountered this error and solved it by:
Enable the Directory Browsing feature in IIS (Recommended)
Start IIS Manager. To do this, click Start, click Run, type inetmgr.exe, and then click OK.
In IIS Manager, expand server name, expand Web sites, and then click the website that you want to modify.
In the Features view, double-click Directory Browsing.
In the Actions pane, click Enable.
Reference: