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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -