tags:

views:

22

answers:

1

I dont want xml files to be part of dll.

I want to change xml files after deploying dll on production.What shd i do?

+3  A: 

In the properties for your XML files in your project, set the build action to "content" and "Copy to output directory" to either "Always" or "copy if newer".

Anna Lear