Reputation: 5706
I have an asp MVC website in which I have built an XML with all the strings. This acts as my resources file.
I have built it so that someone who doesn't know how to code can come to my website and edit it.
Everything works fine with the editing and all but the problem arises when I try to republish my website. The XML gets overwritten by an older version that I have locally.
How do I over come this?
Note: I've used this http://afana.me/2013/11/default.aspx to achieve the xml resources.
Upvotes: 0
Views: 46
Reputation: 36696
sounds like you want to exclude that file from publishing, this article should help
Upvotes: 1