ASP.net 机器配置文件
如果我将配置设置(如会员提供者)数据库连接等放在 “machine.config”,并从我当前的应用程序中删除“web.config”文件,我的应用程序可以顺利运行吗?这是 .NET 中可接受的做法吗?
If I put configuration settings (like membership provider) DB Connnection, etc. in the
"machine.config", and remove the "web.config" file from my current application, will my application work without any trouble? Is it an accepted practice in .NET?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以执行此操作,但需要注意服务器上托管的所有应用程序要么遵守该行为,要么覆盖该行为。
这是一篇可能对您有帮助的文章:
http://odetocode.com/Articles/427.aspx
You can do this but you need to be careful that all apps hosted on the server either comply or override the behaviour.
Here is an article that may help you:
http://odetocode.com/Articles/427.aspx