身份验证方案

编程入门 行业动态 更新时间:2024-10-08 00:31:58
本文介绍了身份验证方案的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

将ADO数据服务发布到生产Web服务器时,出现以下错误:

"IIS指定的身份验证方案"IntegratedWindowsAuthentication,Anonymous",但绑定仅支持一种身份验证方案的规范。有效的身份验证方案是Digest,Negotiate,NTLM,Basic或Anonymous。更改IIS设置,以便只使用一个身份验证方案。"

我可以解决错误通过关闭网站的Windows集成身份验证,然后重新启动IIS。但是,我无法在关闭身份验证的情况下从Visual Studio发布对网站的任何更改。有没有办法在具有数据服务的生产服务器上具有VS发布能力?

I can resolve the error by turning off Windows Integrated Authentication for the website and then restarting IIS.  However, I can't publish any changes to the website from Visual Studio with the authentication turned off.  Is there a way to still have VS publish ability on a production server with data services?

推荐答案

您好,错误指定您有打开了多个身份验证方案。由于您需要为您的应用程序启用Windows集成身份验证,您可以禁用匿名身份验证方案,您应该很高兴。 Hi , The error specifies that you have multiple Authentication Schemes turned on . Since you need to have Windows Integrated Authentication turned on for your application , you can disable the ANonymous Authentication Scheme and you should be good to go .

更多推荐

身份验证方案

本文发布于:2023-11-01 00:59:46,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1547783.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:身份验证   方案

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!