When trying to browse a directory, you may get this error message:
HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.
To enable browsing do:
- Open console (cmd.exe)
- Change directory to C:\Program Files\IIS Express
- Type appcmd set config /section:system.webServer/directo
ryBrowse /enabled:true to enable browsing.
4 comments:
thanks
Thanks
thanks man
it wokrs
Post a Comment