Preferred Language:

Listing 23.27 - Web.Config

Listing 23.27 - Web.Config (C#)
Copy

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <system.web>
    <roleManager enabled="true" />
    <authentication mode="Forms" />
  </system.web>
</configuration>