J
jhcorey
We're using a third-party treeview and found that the functionality we
need
works only when we set the web site security to allow Anonymous Access.
We also need the user's network id, which we could get from
System.Web.HttpContext.User.Identity.Name if we don't allow AA.
Is the user's id somehow still accessible in the app even though we're
using
Anonymous Access?
need
works only when we set the web site security to allow Anonymous Access.
We also need the user's network id, which we could get from
System.Web.HttpContext.User.Identity.Name if we don't allow AA.
Is the user's id somehow still accessible in the app even though we're
using
Anonymous Access?