The site I am trying to get the list data from is only setup for Form's Based Authentication and when I work with the List Control in a Visual Studio Integration Project I am getting the following:
The HTTP request was forbidden with client authentication scheme 'Ntlm'. ---> System.Net.WebException: The remote server returned an error: (403) Forbidden.
Is there a way to tell the ConnectionManager not to use NTLM and use Forms Based Authentication?
Any help is appreciated.
Steve
The HTTP request was forbidden with client authentication scheme 'Ntlm'. ---> System.Net.WebException: The remote server returned an error: (403) Forbidden.
Is there a way to tell the ConnectionManager not to use NTLM and use Forms Based Authentication?
Any help is appreciated.
Steve