I am not able to retrieve the current logged in user using this code
HttpContext.Current.User.Identity.Name.ToString()
But it works on local and not on the server after the deployment. On web.config windows Authentication mode is windows.
Please help.Thanks in advance
Go to the complete details ...