Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有几个项目(WCF、DAL UI 等)的 asp.net mvc 3 解决方案。是否可以将所有配置设置粘贴在 1 个 web.config 文件中?
是的你可以。其他网络配置(不是根配置)只是覆盖了一些特定于该文件夹(视图)设置,仅此而已。