You haven't provided a login page to redirect to.

<authentication mode="Forms">
.
.
.
<forms loginUrl="login.aspx">
.
.
</forms>
</authentication>

the login.aspx is an example - you point it to your designed login page and whatever it is called.