Hi all,
I have written a VB.NET application that use LogonUserA to authenticate user. It works fine when program running under WinXP.
When I move the program to Citrix server........firstly, SystemInformation.UserDomainName() always return local domain instead of the domain I logon to.
Secondly, even I hard-code the domain name to pass to the LogonUserA function, it always return authentication fail, just because it still check password to the local domain.
Anyone have idea on how to solve this problem?
Thx!!
