Preferred Language:

Listing 24.27 - Web.Config

Listing 24.27 - Web.Config (C#)
Copy

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

    <anonymousIdentification enabled="true" />

    <profile inherits="SiteProfile" />

  </system.web>
</configuration>