Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi! All,
I was trying to host my website online on a server but When I published and hosted my ASP.Net site files over FTP I encountered HTTP Error 403.14 - Forbidden, I already have the following attributes in my web.config file.

XML
<system.webServer>
    <defaultDocument>
      <files>
        <add value="Default.aspx" />
      </files>
    </defaultDocument>
    <directoryBrowse enabled="true" />
  </system.webServer>


When I run the same published website on my IIS It works perfect, just to be on the saferside I have also checked the following in my IIS.

1) Open IIS Manager.
2) In the Features view, double-click Directory Browsing.
3) On the Directory Browsing page, in the Actions pane It was already showing that It was enabled.

How can I resolve this issue? I need some guidance on this.
Thanks in advance.
Posted
Updated 9-Jul-14 18:44pm
v2

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900