Are there any security issues leaving the PDB debug files on the live servers?

Tore Nestenius picture Tore Nestenius · Jun 1, 2009 · Viewed 10.1k times · Source

Are there any security issues keeping the .NET PDB files on the real server?

I know that throwing exceptions might take a bit longer , but who throws exceptions during normal execution anyway? :-)

But from a security perspective? any issues?

Answer

dommer picture dommer · Jun 1, 2009

If your system isn't secure with the PDBs, it's probably not secure without them. Obviously, it depends how valuable the better error reports are to you. Personally, I value that a lot, so tend to deploy the PDBs.