如何获取 ASP.NET MVC 区域的 web.config 中的值?
在ASP.NET MVC 3、我可以获取根web.config
中的appsetting
值,但是如何获取位于web.config
中的值区域?
Possible Duplicate:
does mvc support inheritance of Web.config settings throughout areas?
In ASP.NET MVC 3, I can get the appsetting
value in the root web.config
, but how can I get the value in web.config
which is in area?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过提供像这样的虚拟路径来访问任何Web配置
您的应用程序设置
You can access any web config by giving virtual path like this
of your appSetting