网络配置清除
web.config 文件中的
有什么用?
我把它放在connectionStrings下:
<connectionStrings>
<clear />
</connectionStrings>
What is the use of the <clear/>
in the web.config file?
I have it under connectionStrings:
<connectionStrings>
<clear />
</connectionStrings>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它清除所有继承的键,就是这样。
这是 MSDN 文章:
http://msdn.microsoft.com/en-我们/library/aa903345(v=vs.71).aspx
It clears all inherited keys, that's it.
Here is the MSDN Article:
http://msdn.microsoft.com/en-us/library/aa903345(v=vs.71).aspx