T
Tapi
Hello,
I can easily get the Windows login of the current user on my machine by
using:
User_login = HttpContext.Current.User.Identity.Name()
However once, I copy the aspx and corresponding files to the production
server, the variable "User_login" is empty, i.e. the currently logged in
user is not recognised.
What could be the problem?
Thanls
I can easily get the Windows login of the current user on my machine by
using:
User_login = HttpContext.Current.User.Identity.Name()
However once, I copy the aspx and corresponding files to the production
server, the variable "User_login" is empty, i.e. the currently logged in
user is not recognised.
What could be the problem?
Thanls