Ads

Wednesday, 27 March 2013

Issue solving: HTTP Error 403.14 - Forbidden


First lets look at the issue:

 Add the code bellow into Web.Config
<system.webServer>
    <validation validateIntegratedModeConfiguration="false" />
        <directoryBrowse enabled="true" />
  </system.webServer>

Now the our web site run well (I host a webservice)

No comments:

Post a Comment

Ads