asp.net - ELMAH get user info from request in anonymous website -
i'm using elmah log errors asp.net website anonymous access. because of this, "user" in log blank , want populate information request. user info in request header of page , want pass information elmah can record current user. tried using formsauthentication.setauthcookie(userinfo.username, true);
still showing blank in log.
thanks in advance.
Comments
Post a Comment