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?
The Web. Config file is used to configure Oracle Web Application functionality. This file is typically installed in the c:\Inetput\wwwroot\WebApp directory.
config file location. In order to set up the ASP.NET Core Module correctly, the web. config file must be present at the content root path (typically the app base path) of the deployed app.
config file is located in the %SystemRoot%\Microsoft.NET\Framework\%VersionNumber%\CONFIG\ folder. The default settings that are contained in the Machine.
It all starts on http://msdn.microsoft.com/en-us/library/zeshe0eb(v=vs.100).aspx :
<system.web>
<system.web.extensions>
<appSettings>
<configSections>
<connectionStrings>
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