Sunday, June 19, 2016

HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.

sol: False to true

  <system.web>
    <compilation debug="false" targetFramework="4.0"/>
  </system.web>


  <system.web>
    <compilation debug="true" targetFramework="4.0"/>
  </system.web>