.pdb file

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

My ASP.NET project is set to Release mode in VS.NET. Whenever I compile the
project, the .pdb file still exists in my bin directory. I could be dead
wrong, but my gut tells me that the .pdb file indicates I'm not compiling to
the most efficient .dll.

Thanks in advance for clarifying this.
Mark
 
The .pdb file might be left over from a debug build. Are the timestamps the
same?
 
Back
Top