1
Reply

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

Akshay Deshmukh

Akshay Deshmukh

Jul 13, 2017
333
0

    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.

    Akshay Deshmukh
    July 13, 2017
    0