1
Reply

How many settings files (Json) available in ASP.NET Core?

    1. appsettings: used to store application setting key value pairs, connection strings. 2. bower: package manager for the web. used to install right versions of files and dependencies. 3. bundleconfig: used to store configuration for bundling and minification of files. 4. global: used to store solution level settings. 5. project: used to store project level configurations. 6. launchsettings: used to store profile settings to launch the application, profile specific debugging settings.