Answers for "web.config section in different file"

0

web.config section in different file

<!-- In Web.config -->
<appSettings configSource="appSettings.config" />

<!--And in appSettings.config-->
<?xml version="1.0" encoding="UTF-8"?>
<appSettings>
    <add key="myKey" value="myValue" />
</appSettings>
Posted by: Guest on September-16-2021

Code answers related to "web.config section in different file"

Browse Popular Code Answers by Language