Search code examples
asp.netsharepointcustom-lists

Asp.net web application and sharepoint list


net application on visual studio and i need to make connection with sharepoint costum list to update/insert/delete. Is there any tutorial or anyone can give some help?


Solution

  • There are multiple things you need to consider.

    Code to write

    Authentication

    For a test drive i recommend the first authentication option, as the AddIn option requires a lot of configurations steps...

    1. Make sure the service account of your Web Application (IIS Pool Account Identity or any other credentials) has sufficient permissions in SharePoint
    2. Create the ClientContext as seen in the samples above