locked
IIS page not showing RRS feed

  • Question

  • User-1499457942 posted

    Hi

      When i type http://localhost IIS page not getting displayed. It is giving below error

    HTTP Error 403.14 - Forbidden

    The Web server is configured to not list the contents of this directory.

    Thanks

    Friday, June 22, 2018 12:21 PM

All replies

  • User475983607 posted

    Hi

      When i type http://localhost IIS page not getting displayed. It is giving below error

    HTTP Error 403.14 - Forbidden

    The Web server is configured to not list the contents of this directory.

    Thanks

    You're missing a default document in the localhost root.  

    Friday, June 22, 2018 12:48 PM
  • User-1171043462 posted

    You have not set the Default document in IIS.

    To solve this problem 2 ways

    1. In URL specify the document or Page name eg. Home.aspx, Default.aspx,etc
    2. Set Default document using this article: Set default page for your website in IIS using Web.Config file in ASP.Net
    Saturday, June 23, 2018 1:06 PM