2010-06-14 41 views
2

我正在尝试一个简单的运行WCF服务的senario来返回用户上的活动目录信息。 (http://rouslan.com/2009/03/20-steps-to-get-together-windows-authentication-silverlight-and-wcf-service/)使用Silverlight 4 & .net 4WCF/Silverlight的IIS6配置

但是,我被疯狂尝试在IIS中设置它。目前我有我的解决方案在VS中工作,但是当我尝试在ISS中运行服务时,调试窗口尝试打开...(我无法摆脱它,是抱怨WCF调用)。

<basicHttpBinding> 
    <binding name="winAuthBasicHttpBinding"> 
     <security mode="TransportCredentialOnly"> 
      <transport clientCredentialType="Ntlm"/> 
     </security> 
    </binding> 
</basicHttpBinding> 

我的下一个步骤是在测试机上安装Server2008中,并尝试IIS7 ......所有各种演练的,我发现只是不似乎在IIS6工作。

图片: http://www.freeimagehosting.net/image.php?54d5202ffb.jpg

回答

0

它都能正常运作与我的2008服务器,它也工作得很好,当我成立了另一家开发商框。

所以在我的开发环境中发生了一些奇怪的事情。