I need to access a sharepoint application from my desktop application (written in C#). How should I pass credentials and verify authentication?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
If you are using Web Services to access Sharepoint data, then this may be helpful: "HOW TO: Pass Current Credentials to an ASP.NET Web Service" http://support.microsoft.com/kb/813834 |
|||
|
|
|
What kind of authentication your site is setup for? SharePoint provides you Authentication.ASMX service that can be used to authenticate against the site. Keep in mind this service authenticate you against SharePoint site setup with FBA authentication. |
|||
|
|