My applications appSettings is located in a virtual directory called "Resources"
how to reference it in root web.config files <appSettings file="__??___">
<appSettings file="__??___">
Thanks
try this:
<appSettings file="~/Resources/ResourceFile" />