jdana
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?
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
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
kaufmed,
Sorry for the slow response. Thanks for the terrific response and follow up.
Sorry for the slow response. Thanks for the terrific response and follow up.
ASKER
I've done my share of debugging on the production server. How does the PDB file relate to debugging?
J