标签: asp.net web-config ashx configurationmanager
我已经包含了其他页面使用它的相同文件,但由于某种原因它只是找不到它。如何包含对它的访问权限?
答案 0 :(得分:3)
正如您在评论中所述,您需要确保具有处理程序的项目具有对System.Configuration程序集的引用。您还可以添加using指令以使命名空间更容易使用。
System.Configuration
using
使用指令(using System.Configuration)
using System.Configuration
ConfigurationManager.ConnectionStrings["Name"]