我正在使用WCF服務,它有兩個端點WsHttpBinding和NetTcpBinding,並且該服務正在使用窗體身份驗證。服務託管在IIS 7上。WCF服務中的NetTcpBinding上的表單身份驗證
這與WsHttpBinding完美結合,但NetTcpBinding失敗。
它失敗下面的語句:
FormsAuthentication.SetAuthCookie("COOKIENAME", false);
,異常是:
Object reference not set to an instance of an object.
請分享這個你的想法。