Display lines number in Stack Trace for .NET assembly in Release mode

后端 未结 7 1487
生来不讨喜
生来不讨喜 2020-11-22 15:07

Is there a way to display the lines in the stack trace for the .NET assembly build/deployed in Release mode?

UPDATE:

My application is divided into t

7条回答
  •  臣服心动
    2020-11-22 15:45

    In VS2012 you need to uncheck "Exclude generated debug symbols" in the Package/Publish Web section of the properties as well.

提交回复
热议问题