开发者

web config clear

What is the use of the <clear/> in the web.config file?

I h开发者_开发百科ave it under connectionStrings:

<connectionStrings>
        <clear />
  </connectionStrings>


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜