IIS not giving line numbers in stack trace even though pdb present

后端 未结 4 1736
滥情空心
滥情空心 2021-01-12 11:11

Web config has debug=true and the project is a debug build and the pdb files are present in the bin directory, but I do not get line numbers in my stacktrace when an excepti

4条回答
  •  一生所求
    2021-01-12 11:25

    Maybe this could help, until you can find a better solution:

    • Enable Stack Trace Line Numbers in ASP.NET and SharePoint and GAC-ed Assemblies
    • Display source file and line number when in production server

提交回复
热议问题