What is the use of the <clear/>
in the web.config file?
I have it under connectionStrings:
<connectionStrings>
<clear />
</connectionStrings>
What is the use of the <clear/>
in the web.config file?
I have 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