Hi is there a guide or tutorial or some kind of reference to learn how to work with asp/net mvc web.config file?
+1
A:
If you mean a reference of the "system settings", start with this page in MSDN: ASP.NET Configuration File Syntax
If you're looking for information about how to add your own settings to the web.config file and read them from the application, then look at the ConfigurationManager class
M4N
2009-06-19 09:54:24