I’m trying to find about ALL the possible options that I can set in web.config. Surprisingly, I can’t find this at all. I expected it to be somewhere inside MSDN.
I know I can technically add ‘anything’ to web.config, what I’m looking for is the things that the .NET Framework ‘as shipped’ uses.
In particular, right now I’m interested in the <mailsettings> section.
For example, in many examples I’ve found, I noticed that they set DeliveryMethod='Network'. I’m really curious what other values this attribute can take.
Is there any document on all the attributes and all their values, and all the effects those have?
It all starts on http://msdn.microsoft.com/en-us/library/zeshe0eb(v=vs.100).aspx :
<system.web><system.web.extensions><appSettings><configSections><connectionStrings>