Wednesday, October 19, 2011

HTTP Error 403.14 - Forbidden, simple way to solve

(19 October, 2011) -Sai Gon- Happy to share a very simple way to solve a normal issue whenever we "Add Web Site" to  IIS 7.0

(Social Media by Office 365 and Digimind http://digimindo365-public.sharepoint.com/ )


First at all we look 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)

God bless us!
Thomas Trung Vo

No comments:

Post a Comment