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

前端 未结 7 1668
無奈伤痛
無奈伤痛 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:57

    You should define a default document value in web config and disable directory browsing.

    
    
       
          
       
    
    
    

提交回复
热议问题