<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.web>
        <authentication mode="Forms" />
        <identity impersonate="false" />
        <authorization>
            <allow users="*" />
        </authorization>
        <roleManager enabled="true" />
    </system.web>
</configuration>
