What is difference between App config and web config
Ask by Jonas Stuart
Updated 21 Sep 2020
App 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.