What is difference between App config and web config
2811
15-Jul-2016
Updated on 24-Sep-2020
Jonas Stuart
15-Jul-2016App config file is used to windows application and console application where as web config file is used to web services and web forms.
If you change any web config file then web application will immediately load the changed but in case of app config you have to restart the application.