This is something that I have been curious about for a bit, but have never found the solution to:
After I publish an application to a server, if it throws an error, the Stack Trace still contains references to my local environment. E.G.:
at [appname].dropdown.OnLoad(EventArgs e) in C:\Documents and Settings\[user]\Desktop\[solution]\[project]\dropdown.cs:line 74
Why does it refer to my local paths instead of the servers paths of these objects?
Thanks.