Preferred Language:

Listing 23.1 - Web.Config

Listing 23.1 - Web.Config (C#)
Copy

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

      <authentication mode="Forms" />
      
    </system.web>
</configuration>