User-2126618486 posted
My web application deployed on a VM is doing a few AD operations way too slow. i tried with Windows application on VM and its fast all operations.
no clue how to fix it. any help will be appreciated
Here are operations which are slow:
Authenticate user : MS Lib 13 sec (2nd time same user auth in less then a sec), Novel Open source Lib <1sec, Windows app using MS DirectoryServices < 1 sec ... all running on same VM box
Change password Non admin (non admin means i need to provide current password ) : time taken is comparable with above except i have not tired novel for this case
Change password admin (admin means i need not to provide current password ) : time taken is comparable with above except i have not tired novel for this case
When i install and run web site on my box, its working perfectly fine... even if code is DEBUG version.
One colleague found that DirectoryServices run out of avaiable outbound ports on VMs... not sure how authentic the info is.
I will post the answer here when i will have one.
thanks guys!