Quantcast
Channel: Exchange Server Development forum
Viewing all articles
Browse latest Browse all 7132

m_service.AutodiscoverUrl giving Exception The specified name is not a forest, Active Directory domain controller, ADAM instance, or ADAM configuration set. Parameter name

$
0
0

m_service = new ExchangeService(ExchangeVersion.Exchange2010_SP1);

m_service.Credentials = new WebCredentials(m_username, m_password);

m_service.AutodiscoverUrl(m_username", RedirectionUrlValidationCallback);

 

//sometimes it gives the correct endpoints but when i restart my computer it give the following error:

The specified name is not a forest, Active Directory domain controller, ADAM instance, or ADAM configuration set. Parameter name

and again after some time it gives me correct endpints.

 

How can i make Autodiscover service more stable ?

 

 


Viewing all articles
Browse latest Browse all 7132

Trending Articles