Authenticate with SharePoint's authenticate.asxm web service

Posted by peter on Stack Overflow See other posts from Stack Overflow or by peter
Published on 2010-06-03T04:38:50Z Indexed on 2010/06/03 4:44 UTC
Read the original article Hit count: 493

Filed under:
|

Hi,

I am trying to authenticate with the sharepoint authenticate web service in an account I have. I get an error saying NotInFormsAuthenticationMode.

How do I change it from forms to none or windows?

I tried with: myReference.Authentication auth = new myReference.Authentication(); myReference.AuthenticationMode = myReference.AuthenticationMode.None;

but it says myReference.AuthenticationMode is a type. which is not valid in the given context.

Suggestions?

Any help is appreciated.

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about authenticate