什么是了解 ASP.NET 中的 web.config 的好资源?
当我必须时,我会修改 web.config :-) 调试设置、会话状态设置等。但在这些情况下,一些教程或错误消息是明确的:“打开 web.config 并执行 XYZ ”。
我想知道的是,它还能做什么?我现在以其他方式做的事情最好在 web.config 中完成。是否有一本好的入门书,甚至是一本全面的 web.config 书籍或其他资源,我可以通过学习来更好地了解它的真正功能?
我在亚马逊等网站上搜索了“web.config”,并得到了大量使用它的特定技术的返回结果,但没有任何内容只关注 web.config 本身。
我希望这不是一个非常愚蠢的问题。
I modify web.config when I HAVE TO :-) Debugging setting, session state setting, etc. But in those cases, some tutorial or error message has been explicit: "Open web.config and do XYZ".
What I wonder is, what else can it do? What things that I do now in other ways would be better done in web.config. Is there a good primer or even a comprehensive web.config book or other resource that I can study to get good understanding of what it is really capable of?
I've searched for "web.config" on amazon, etc., and lots of returns for specific technologies that use it, but nothing focused solely on web.config itself.
I hope this isn't a really dumb question.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查以下链接...
ASP.NET 配置
ASP.NET 配置文件的格式
Web.config 教程 ASP.Net 2.0 和 Web.config 教程3.5
ASP.NET 教程:Web.Config
使用预构建事件管理多个配置文件环境
ASP.NET Web.config 文件揭秘
check the below links...
ASP.NET Configuration
Format of ASP.NET Configuration Files
Web.config Tutorial ASP.Net 2.0 & 3.5
ASP.NET Tutorial: Web.Config
Managing Multiple Configuration File Environments with Pre-Build Events
The ASP.NET Web.config File Demystified
我将从 MSDN
http://articles.sitepoint.com/article/web-config-file-demystified
Scott Hanselman 有一些也不错的帖子:
http://www.hanselman.com/blog/ManagingMultipleConfigurationFileEnvironmentsWithPreBuildEvents.aspx
I would start with MSDN
http://articles.sitepoint.com/article/web-config-file-demystified
Scott Hanselman has some good postings too:
http://www.hanselman.com/blog/ManagingMultipleConfigurationFileEnvironmentsWithPreBuildEvents.aspx