WebServiceHostFactory and IIS authentication

前端 未结 4 2043
遥遥无期
遥遥无期 2021-02-05 21:19

I encounter a problem with using the WebServiceHostFactory in IIS.

\"IIS specified authentication schemes \'IntegratedWindowsAuthentication, Anonymous\', but the binding

4条回答
  •  心在旅途
    2021-02-05 21:32

    Under IIS7 you might not find where you can manage the Integrated Windows Authentication setting. In order to see the setting in IIS7 management console, you need to follow steps described in the following article: http://msdn.microsoft.com/en-us/library/x8a5axew.aspx (titled as "Error: Debugging Failed Because Integrated Windows Authentication Is Not Enabled", if link is not functional).

    Hope it helps.

提交回复
热议问题