Hey,
HttpContext.Current.User.Identity.Name is used when using Windows Authentication. It works great. Is there an equivalent to use to get the 'name' of the anonymous account when the web site uses only anonymous access - HttpContext.Current.User.Identity.Name
returns blank?
Thanks
Go to the complete details ...