Preferred Language:

Listing 24.29 - Web.Config

Listing 29 - Web.Config (C#)
Copy

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

    <profile>
      <properties>
        <add name="ShoppingCart" type="AspNetUnleashed.ShoppingCart" />
      </properties>
    </profile>

  </system.web>
</configuration>