Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

Web.config to appsettings.json

$
0
0

Would this be correct:

Web.config

<appSettings><add key="webpages:Version" value="3.0.0.0"/><add key="webpages:Enabled" value="false"/><add key="PreserveLoginUrl" value="true"/><add key="ClientValidationEnabled4.5.1" value="true"/><add key="UnobtrusiveJavaScriptEnabled" value="true"/></appSettings>

To appsettings.json:

{"AppSettings": {"webpages:Version": "3.0.0.0","webpages:Enabled": "false","PreserveLoginUrl": "true","ClientValidationEnabled4.5.1": "true","UnobtrusiveJavaScriptEnabled": "true" 
  }
}


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>