﻿<configuration>
    <system.web>
        <authentication mode="Forms">
        <forms loginUrl="LoginPage.aspx">
        <credentials passwordFormat="Clear">
    <user name="Bruce" password="Batman"/>
    </credentials>
    </forms>
    </authentication>
    <authorization>
    <deny users="?" />
    </authorization>
    </system.web>
</configuration>