Hi,

In ASP.net web development, Is there any way to get client machine's logged
in user name with Anonymous access enabled? with javascript too?

Please dont answer followings as they only work when anonymous accss
disabled.
1) HttpContext.Current.User.Identity.Name
2) Request.ServerVariables["AUTH_USER"] or "REMOE_USER"
3) System.Threading.Thread.CurrentPrincipal or System.Security.Principal...

Thanks

Reply via email to