The Web server is configured to not list the contents of this directory. asp.net vs 2012 error?

前端 未结 7 1517
無奈伤痛
無奈伤痛 2021-02-02 08:40

Got following Error:

HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.

this is how I linke

7条回答
  •  囚心锁ツ
    2021-02-02 08:54

    When you press Ctrl+F5, then IIS don't understand what to serve as you don't have any Default aspx file in your site , i recommend you to add a aspx file by going to Add>NewItem>Webform> Note: remember to check the box at bottom right , "select from master page" after selecting , save all the pages and just open your default.aspx file and you will surely see the reflected design as you did in master page.

    Master pages are not aspx file but serve as a template for other webpages , so you cant just open master page.

提交回复
热议问题