WCF / Silverlight的IIS6配置

时间:2010-06-14 01:00:51

标签: wcf silverlight

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

但是,我试图在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

1 个答案:

答案 0 :(得分:0)

使用我的2008服务器一切正常,当我设置另一个开发人员盒时它也工作正常。

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