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

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

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

The canvas has been tainted by cross-origin data in chrome only -