Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不确定服务器上的 web.config 需要进行哪些更改。我有一个使用基本身份验证的 WCF 服务。目前它针对 Active Directory 工作。需要进行哪些更改才能改为针对 AD LDS 进行身份验证?
您应该能够只更改 web.config 文件中的连接字符串以指向您的 AD LDS 实例,而不是当前的 Active Directory 实例。它们都是 LDAP 服务器,所以其他一切都应该相同。
如果您发布您的 web.config 文件,我可以给您更详细的建议。