My ASP.NET site uses built-in authentication with impersonation disabled. I added "% username" to my "conversionPattern" in the web.config file to add a username to each registration entry. However, this will use the application pool identifier username rather than the current visitor name.
Any ideas on how best to do this? Should I write a custom appender? I do not mind minor penalties as this is a small intranet site. Thanks!
source
share