Is there a guide to setting web.config?

Hi, is there a manual or tutorial or some link to find out how to work with the asp / net mvc web.config file?

+4
source share
2 answers

If you mean the link to "system settings", start from this page on MSDN: ASP.NET Configuration File Syntax

If you are looking for information on how to add your own settings to the web.config file and read them from the application, look at the ConfigurationManager Class

+1
source

Source: https://habr.com/ru/post/1286458/


All Articles