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

前端 未结 7 1642
抹茶落季
抹茶落季 2020-12-13 20:12

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 duri

7条回答
  •  爱一瞬间的悲伤
    2020-12-13 20:36

    Basically PDBs are just below source code when it comes to poking about, and ASP.NET/IIS doesn't stop them from being downloaded either.

    Now sure people would have to guess the assembly name, and that may be unlikely, but why take the risk?

提交回复
热议问题