MSDN says this about the StackTrace
property of the Exception
class:
The StackTrace property holds a stack trace, which yo
If you have a web application or web service project using VS2012 or later, changing the build settings will not work. Instead, you should follow the advice in this article:
Visual Studio 2012 Website Publish Not Copying .pdb files
Specifically, you should include the following setting in the
\Properties\PublishProfiles\*.pubxml
file(s) for your project:
False