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

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c# - Avoiding duplicate methods for Task and Task<T> -

javascript - Which segment of a polyline was clicked? -