What are the best resources for understanding what's possible (or not possible) to achieve using web.config settings.
Wikipedia is really short on answers at this time and many of the sites I've browsed to only have one or two configurations referenced and explained.
The Web. Config file is used to configure Oracle Web Application functionality. This file is typically installed in the c:\Inetput\wwwroot\WebApp directory.
The web. config is a file that is read by IIS and the ASP.NET Core Module to configure an app hosted with IIS.
The Web. config file must be a well-formed XML document and must have a format similar to the %SystemRoot%\Microsoft.NET\Framework\%VersionNumber%\CONFIG\Machine.
The web. config file is required for ASP.NET webpages. The app. config file is optional in an application and doesn't have to be used when writing desktop applications.
Well, I guess you need this:
ASP.Net configuration. http://msdn.microsoft.com/en-us/library/aa719558(VS.71).aspx
Understand how machine.config and web.config settings are used by .Net
and this:
The schema http://msdn.microsoft.com/en-us/library/b5ysx397(VS.71).aspx
essentially all possible configuration sections listed. Click on each of them to learn more.
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