Mega Code Archive

 
Categories / ASP.Net Tutorial / Configuration
 

Adding Custom Application Settings

File: Web.config <configuration>   <appSettings>     <add key="welcome" value="Welcome to our Web site!" />     <add key="copyright" value="Copyright (c) 2007 by the company" />   </appSettings> </configuration>