c# - Using Forms Auth. with Claims Based Auth -
using this guide i've implemented claims based auth on asp.net webforms successfully. problem while using claims based auth. cannot use forms based auth in same app pool:
<authorization> <deny users="?" /> </authorization> <authentication mode="none" />
is there way use both?
Comments
Post a Comment