ASP.NET stack trace question
This is something I'm a little curious about but never found a solution:
After publishing the application to the server, if it throws an error, the Stack Trace still contains links to my local environment. EG:
at [appname] .dropdown.OnLoad (EventArgs e) at C: \ Documents and Settings \ [user] \ Desktop \ [solution] \ [project] \ dropdown.cs: line 74
Why does this refer to my local paths and not the server paths of these objects?
Thank.
+2
source to share
2 answers