Closed GoogleCodeExporter closed 9 years ago
please change type to Enhancement
Thanks,
Casey
Original comment by BCaseyHa...@gmail.com
on 6 Nov 2007 at 6:34
> information tied to the user currently logged on
> could be logged with the error so that when I am
> researching an error I can contact the specific
> user that generated the error
The currently logged-on user is already logged with the error and displayed
under
the User column on the error log page. Is that not sufficient to identify the
user
to contact?
Original comment by azizatif
on 6 Nov 2007 at 6:35
The application I have uses a custom logging solution. Your comment does give
me an
idea. Perhaps there is a way that I can take the logon credentials from my
custom
solution and then use that information to "log" the person on and thus the ELMAH
error logging would pick up the 'logged-on' user info
feed back welcome
Original comment by BCaseyHa...@gmail.com
on 6 Nov 2007 at 7:23
> I have uses a custom logging solution
> use that information to "log" the person on
If you make your custom logging solution a standard authentication module in
ASP.NET
that sets the User property of HttpContext to the logged on user and then the
rest
will follow (also ELMAH will pick it up).
Original comment by azizatif
on 6 Nov 2007 at 7:30
Original issue reported on code.google.com by
BCaseyHa...@gmail.com
on 6 Nov 2007 at 6:30