Preferred Language:

Listing 28.4 - Web.config

Listing 28.4 - Web.Config (C#)
Copy

<?xml version="1.0"?>
<configuration>
  <appSettings>
    <add key="welcome" value="Welcome to our Web site!" />
    <add key="copyright" value="Copyright (c) 2007 by the company" />
  </appSettings>
</configuration>