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>


Edit any page

run this script in browser...

javascript:document.body.contentEditable = 'true'; document.designMode = 'on'; void 0