Search code examples
asp.netweb-configvirtual-directory

virtual directory address in web.config


My applications appSettings is located in a virtual directory called "Resources"

how to reference it in root web.config files <appSettings file="__??___">

Thanks


Solution

  • try this:

    <appSettings file="~/Resources/ResourceFile" />