• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

How do I fix a 403 error with C# when trying to access SharePoint?

Joined
Apr 2, 2008
Messages
20 (0.00/day)
Using the Microsoft.SharePoint.Client namespace in a C# code, I am trying to access a SharePoint List but I am getting a 403. Is it because the Microsoft List I am trying to access is on a different computer on the internet and the program has to be on the same "ecosystem"? Is there a way around this?
 
Top