What is the use of the <clear/>
in the web.config file?
I have it under connectionStrings:
<connectionStrings>
<clear />
</connectionStrings>
basically web. config, unlike any other file, can be deleted..
If you remove the web. config file the website will still work. when you press F5 it will prompt you for the web.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With