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

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -