المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : active directory authentication using C#



C# Programming
07-08-2009, 04:32 PM
hi

String domainAndUsername = domain + @"\" + username;

the above line is creating an exception looks pretty ok to me

domain and username are passed through the arguments in this function they are returning it well though


is concatenation a problem if done through this way