Solution for HTTP Error 403.14 - Forbidden - The Web server is configured to not list the contents of this directory
Keep this in your webconfig file to make the contents of the directory visible while browsing website:
<system.webServer>
<directoryBrowse enabled="true" />
</system.webServer>
-Mayank
<system.webServer>
<directoryBrowse enabled="true" />
</system.webServer>
-Mayank
Comments
Post a Comment