Akshay Deshmukh
How many settings files (Json) available in ASP.NET Core?
By Akshay Deshmukh in .NET Core on Jul 13 2017
  • Akshay Deshmukh
    Jul, 2017 13

    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.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS