Link to home
Create AccountLog in
Avatar of jdana
jdanaFlag for United States of America

asked on

ASP.NET - PDB and XML files located in the bin folder.

I created an ASP.NET project, ProjectX.  I ran a build and dropped the build files onto the production web server.  

I then modified some of the code under one of the ASPX pages, copied the modified ProjectX.dll from my development machine, and pasted it to the production server, overwriting the earlier copy.  

Here's the question, should I copy and paste ProjectX.pdb and ProjectX.xml to the production server as well?

If yes, why?

If no, why?
ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of jdana

ASKER

kaufmed,

I've done my share of debugging on the production server.  How does the PDB file relate to debugging?

J  
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of jdana

ASKER

kaufmed,

Sorry for the slow response.  Thanks for the terrific response and follow up.