S
Sanmic
I've made an .aspx page for managing Exchange 2000 mailboxes.
Everything works fine when I uses "identity impersonate" in my web.config.
If I disable Anonymous access in IIS and removes "identity impersonate" I'm
getting this error: Specified Domain does not exist or could not be
contacted
--------------------------
Dim user As New DirectoryEntry("LDAP://" & username in my domain)
Dim objMailbox As CDOEXM.IMailboxStore = user.NativeObject <---- Error
appears here
Hope someone can help me with this!
/Sanmic - Swe
Everything works fine when I uses "identity impersonate" in my web.config.
If I disable Anonymous access in IIS and removes "identity impersonate" I'm
getting this error: Specified Domain does not exist or could not be
contacted
--------------------------
Dim user As New DirectoryEntry("LDAP://" & username in my domain)
Dim objMailbox As CDOEXM.IMailboxStore = user.NativeObject <---- Error
appears here
Hope someone can help me with this!
/Sanmic - Swe