Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.NET and the Global Address List

Status
Not open for further replies.

cglinn

Programmer
Sep 3, 2003
44
US
Alright, I've been trying to access the Global Address List on an Exchange Server using ASP.NET. This was much easier to do using CDO and ASP.

The only solutions I have found so far involve authenticating to Active Directory first which is more difficult than it sounds.

I can not use the Outlook reference in this particular case.

Has anyone had any luck with doing something like this?

 
The method of accessing via active directory shouldn't be that complicated. Have you come across the following article yet?



____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.
 
Yes, I've seen that article and a couple of others. I think the problem I am having is a permissions one. The computer I am using for development is not part of the domain of the active directory heirarchy that I am attempting to access.

I have tried several different things. I have tried setting identity impersonate = true, setting authentication mode = Windows and changing the anonymous access account to the account I want to login into AD with.

Has anyone accomplished this task using a method other than going through Active Directory? Or accessing AD on another domain?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top