What's the difference between using webconfig and a resource file?
Let's say my needs are pretty simple. Some paths, site settings etc - these are currently stored in webconfig.
Then things get slighly more complicated in that I start storing messages. They're all in English - is a resource file the right method at this point?
Should settings like path still be stored in webconfig and messages etc be in a resource file?
When things get to be multilingual and need further separation, I understand that it would be better to use a resource files but aagin does that apply to all settings or just things like messages?
Thanks in advance.
John
...
Go to the complete details ...