Preferred Language:

Listing 24.37 - Web.Config

Listing 24.37 - Web.Config (C#)
Copy

<?xml version="1.0"?>
<configuration>
  <system.web>

    <profile>
      <properties>
        <add name="firstName" defaultValue="Steve" />
      </properties>
    </profile>

  </system.web>
</configuration>