can't see deleted objects from AD in iis server
- by eli
i wrote app with c# in asp.net which connect to AD and gets deleted users,
everything works on my computer, but in the iis server i cant see the deleted users,
i checked permissions, filter, path, evrithing's right (and in ldp i can see deleted users in the server too)
the asp.net virsion in the iis server match the virsion in my computer.
when i change the code to view all users (deleted and exists) it shows only the exists
what can it be?