HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.
solution: add <directoryBrowse enabled="true" /> for root path:
<system.webServer>
<directoryBrowse enabled="true" />
</system.webServer>
</location>
No comments:
Post a Comment