Preferred Language:

Listing 23.2 - Web.Config

Listing 23.2 - Web.Config (C#)
Copy

<?xml version="1.0"?>
<configuration>

  <system.web>
    <authentication mode="Forms">
      <forms name="MyApp" />
    </authentication>

  </system.web>
</configuration>