Thank you When i tried with the method with <identity impersonate ="true"> i got the asme issue.
When i used <identity impersonate="true"
userName="registry:HKLM\SOFTWARE\YourApp\identity\ASPNET_SETREG,userName"
password="registry:HKLM\SOFTWARE\YourApp\identity\ASPNET_SETREG,password"/>
I got this error : "Could not create Windows user token from the credentials specified in the config file. Error from the operating system 'Unspecified error '
JohnsiRani
0 Points
4 Posts
Re: List Users from Active Directory
Aug 08, 2008 10:54 AM|LINK
Thank you When i tried with the method with <identity impersonate ="true"> i got the asme issue.
When i used <identity impersonate="true"
userName="registry:HKLM\SOFTWARE\YourApp\identity\ASPNET_SETREG,userName"
password="registry:HKLM\SOFTWARE\YourApp\identity\ASPNET_SETREG,password"/>
I got this error : "Could not create Windows user token from the credentials specified in the config file. Error from the operating system 'Unspecified error '
Thank you very much for your reply !