The Complete Project Source Code Platform

Kashipara.com is a community of ONE million programmers and students, Just like you, Helping each other.Join them. It only takes a minute: Sign Up

Job Resume Template

How to fix this error?

  saakethmuppana    2015-11-08 05:02:39

0

0


<div class="content-container" style="width: 1269.14px; margin-top: 8px; padding: 10px; position: relative; color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.2px; line-height: normal; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"><h4 style="font-size: 1.2em; margin: 10px 0px 5px;">The Web server is configured to not list the contents of this directory.</h4></div><div class="content-container" style="width: 1269.14px; margin-top: 8px; padding: 10px; position: relative; color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.2px; line-height: normal; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"><fieldset style="padding-right: 15px; padding-bottom: 10px; padding-left: 15px; word-break: break-all;"><h4 style="font-size: 1.2em; margin: 10px 0px 5px;">Most likely causes:</h4><ul style="margin-top: 10px; margin-right: 0px; margin-left: 5px;"><li>A default document is not configured for the requested URL, and directory browsing is not enabled on the server.</li></ul></fieldset></div><div class="content-container" style="width: 1269.14px; margin-top: 8px; padding: 10px; position: relative; color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.2px; line-height: normal; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"><fieldset style="padding-right: 15px; padding-bottom: 10px; padding-left: 15px; word-break: break-all;"><h4 style="font-size: 1.2em; margin: 10px 0px 5px;">Things you can try:</h4><ul style="margin-top: 10px; margin-right: 0px; margin-left: 5px;"><li>If you do not want to enable directory browsing, ensure that a default document is configured and that the file exists.</li><li>Enable directory browsing.<ol style="margin: 10px 0px 10px 5px;"><li>Go to the IIS Express install directory.</li><li>Run&nbsp;<b>appcmd set config /section:system.webServer/directoryBrowse /enabled:true</b>&nbsp;to enable directory browsing at the server level.</li><li>Run&nbsp;<b>appcmd set config ["SITE_NAME"] /section:system.webServer/directoryBrowse /enabled:true</b>&nbsp;to enable directory browsing at the site level.</li></ol></li><li>Verify that the configuration/system.webServer/directoryBrowse@enabled attribute is set to true in the site or application configuration file.</li></ul></fieldset></div>

Answers

Post Your answer