如何获取web配置位置元素?
ConfigurationManager.GetSection("appSettings") returns Okay
ConfigurationManager.GetSection("location") return null
Run Code Online (Sandbox Code Playgroud)
IE ......
<location path="FOLDER/Page2.aspx">
...
</location>
Run Code Online (Sandbox Code Playgroud)