I am trying to connect to a sharepoint site but putting in a users username, password and the domain name. I have managed to do this via the clientContext object model on a sharepoint site that was on my computer.
When I try and connect to my companies remote sharepoint site via the clientContextObject model I get a 401 unathorized message back from the url.
My conclusion is that I need to use sharepoint web services to connect to a remote sharepoint site.
Does anyone know how to do this in an ASP.net webpage? Thank you!