views:

39

answers:

0

I am looking for solution to a problem that I am having with resource files within ASP.NET MVC, I have tried a few different options in attempts to get this working but have so far been unsuccessful.

The desired configuration would be one where I can make resource files available for editing after a deployment. The solution we are putting together would be a package that we are going to distribute, and as such would like to have some customization available for messages on the site.

I am considering putting the messages in the web.config file as an alternative, but that does not seem like the appropriate solution to the problem.