views:

16

answers:

1

How do I connect to windows server active directory using windows phone 7 without using a web service/ wcf. Microsoft didn't provide "System.DirectorySerice" namespace in windows compact framework.

+1  A: 

Unfortunately this is not an available part of the platform for WP7 developers. A web service and/or WCF is the only option in this first release.

Jeff Wilcox