2009年3月16日
摘要: 调用WCF时,出现下面的错误: System.ServiceModel.Security.SecurityNegotiationException : The caller was not authenticated by the service. System.ServiceModel.Fault 阅读全文
posted @ 2009-03-16 17:58 Kingly 阅读(672) 评论(0) 推荐(0)
摘要: 原因分析: 当连接sql server使用信任连接时就会出这个错误,在Windows XP当中,ASP.NET的运行帐号是ASPNET,而在Windows server 2003当中,运行帐号则改为了Network Service,直接把这个用户加到sql server的登陆帐号里面就好了,这样很多 阅读全文
posted @ 2009-03-16 15:12 Kingly 阅读(447) 评论(1) 推荐(0)