Preferred Language:

Listing 23.11 - SecretFiles\Web.Config

Listing 23.11 - SecretFiles\Web.Config (C#)
Copy

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

    <authorization>
      <allow users="Jane" />
      <deny users="*" />
    </authorization>

  </system.web>
</configuration>