Parser Error: Server Error in '/' Application

前端 未结 19 3021
失恋的感觉
失恋的感觉 2020-12-05 22:33

I got the following error: \"An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details a

19条回答
  •  猫巷女王i
    2020-12-05 23:11

    After going through all of my projects in my Solution to set the compile to output to bin\debug and bin\release, this problem started for me. I finally realized that the startup project (i.e. the project with global.asax) needed to output to bin only.

提交回复
热议问题