Home »
Code Examples »
ASP.Net Code Examples
ASP.Net - How to define a custom application setting? Code Example
The code for How to define a custom application setting?
<configuration>
<appSettings>
<add key="Application Name" value="MyApplication" />
</appSettings>
</configuration>
Code by IncludeHelp,
on August 11, 2022 23:30