开发者

web config clear

开发者 https://www.devze.com 2023-04-09 18:35 出处:网络
What is the use of the <clear/> in the web.config file? I h开发者_开发百科ave it under connectionStrings:

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

精彩评论

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