C# Active Directory Service Integration Practices Question ?

Posted by abmv on Stack Overflow See other posts from Stack Overflow or by abmv
Published on 2010-06-06T08:50:34Z Indexed on 2010/06/06 8:52 UTC
Read the original article Hit count: 468

I have enabled active directory authentication in my desktop application, my question is what happens if the AD server is down? Should I just throw the exception handled and say "Sorry ad is down cannot authenticate you right now , check with system administrator ?"

© Stack Overflow or respective owner

Related posts about c#

Related posts about best-practices