From: Dan on 12 Feb 2010 12:30 Are these very sensitive? Can anybody read these files. We want to keep our source code safe. Thanks, Dan
From: Michel Posseth [MCP] on 14 Feb 2010 15:08 The answer is no you should not deploy the pdb files along with your executables as these files contain debug info see : http://msdn.microsoft.com/en-us/library/ms241903.aspx > We want to keep our source code safe. Well that is hard with a .Net app as anyone can decompile your application pretty easy unless you use some form of obfuscation but even then it is not 100% safe . Want to know how safe your code is ? wel a start would be to unleash .Net reflector on your assemblies ( this tool is still free of charge downloadable from the redgate website , and is superb in its kind ) HTH Michel Posseth "Dan" <Dan(a)nospaml.com> schreef in bericht news:%23SqBPkArKHA.4284(a)TK2MSFTNGP04.phx.gbl... > Are these very sensitive? Can anybody read these files. > We want to keep our source code safe. > > Thanks, Dan >
|
Pages: 1 Prev: Show zeros after decimal Next: Exception in the DataGridView for a BLOB field in .Net 2008 |