我正在使用 WCF 服务,它有两个端点 WsHttpBinding 和 NetTcpBinding,并且该服务使用表单身份验证。服务托管在 IIS 7 上。
这与 WsHttpBinding 完美配合,但对 NetTcpBinding 失败。
它在以下声明中失败:
FormsAuthentication.SetAuthCookie("COOKIENAME", false);
例外是:
Object reference not set to an instance of an object.
请分享您对此的想法。