HTTP Error 403.14 - Forbidden. The Web server is configured to not list the contents of this directory
You will get this error in the following three situation.
1. On your solution either start page is not yet set.
2. There is not having a page with name Default.aspx or Index.html.
3. On IIS for the published website, the Directory Browsing feature is disabled.
Here we continue with the third option.
On Run type inetmgr to open IIS.
Select your website from the Sites panel.
For that site, select Directory Browsing Feature from Features View.
Now, on the right panel, click the enable Link as shown in the figure.
By this way we can resolve this issue.