HTTP Error 500.24 - Internal Server Error An Asp.NET setting has been detected that does not apply in Integrated managed pipeline mode

后端 未结 5 906
轮回少年
轮回少年 2021-02-02 11:16

I have webpage which has gridview, one of the columns will have a image. When clicked on image it will open the PDF saved on the web server. It was working fine but I am getting

5条回答
  •  盖世英雄少女心
    2021-02-02 11:40

    One may get this error when accessing a wrong path (e.g., on the url parameter of an Ajax call), even though all of the other answers suggestions were handled.

    For the correct usage of (relative) paths, see this answer.

提交回复
热议问题