Using this guide I've implemented claims based auth on ASP.NET Webforms successfully. But the problem is while using claims based auth. you cannot use forms based auth in the same app pool:
<authorization>
<deny users="?" />
</authorization>
<authentication mode="None" />
Is there a way to use both?