标签: c# web-config app-config
如何读取位于本地计算机上的Web.config文件。 我尝试使用
var settings=WebConfigurationManager.OpenWebConfiguration(@"C:\myFolder...\Web.config").AppSettings;
但我有例外: “此处不允许使用相对虚拟路径'C:/ myFolder /.../ Web.config'。”