I encounter a problem with using the WebServiceHostFactory in IIS.
\"IIS specified authentication schemes \'IntegratedWindowsAuthentication, Anonymous\', but the binding
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.