Preferred Language:

Listing 23.3 - Web.Config

Listing 23.3 - Web.Config (C#)
Copy

<?xml version="1.0"?>
<configuration>
  <system.web>
    <authentication mode="Forms">
      <forms cookieless="AutoDetect"/>
    </authentication>
  </system.web>
</configuration>