Hi
Can i use web.config file in ASP.NET core ?
If only appsetting.json than how can i create in json like below
Web.Debug.config,Web.Development.config,Web.Release.config,Web.Test.config
I want to create for Json for same as above. and how it reflect with devops.
Alos how to create devops pipeline for ASP.NET core application ?
Thank you