如何通过“使用 Visual Studio 开发中心”使用 www 根级别 web.Config 文件
我希望我能充分解释这个问题...
过去,我们在 wwwroot 文件夹中使用了 web.Config 文件,以便多个站点可以选择相同的连接字符串/应用程序设置(它还允许我们在不同的站点上拥有不同的连接字符串)服务器,这样我们就可以发布项目,而不必每次都更改其 web.config)。
我正在尝试使用 Visual Studio 2010 来做到这一点。我有一个 Web 项目,在“属性 - Web”选项卡下,我有“使用 Visual Studio 开发服务器”和一个虚拟路径。由于它不在 IIS 下运行,因此它不会获取存储在 c:\inetpub\wwwroot 中的配置文件(这是有道理的)。在这种情况下有没有办法让它拾取这样的文件?
I hope I can explain this question sufficiently...
In the past, we have utilized a web.Config file in the wwwroot folder so multiple sites can pick up the same connectionstrings/app settings (it also allows us to have different connectionstrings on different servers, so we could publish the project without having to make changes to its web.config every time).
I'm trying to do that with Visual Studio 2010. I have a Web Project, and under Properties - Web tab, I have "Use Visual Studio Development Server" and a Virtual Path. Since it's not running under IIS, it won't pick up a config file stored in c:\inetpub\wwwroot (makes sense). Is there a way to get it to pick up such a file in this situation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论