clamum
Lifer
I'm working on an ASP .NET application that will connect to a given SharePoint site and use the Lists as a sort of database for the application. The app has forms and controls that allow a user to read, update, and create ListItems in SharePoint but using this application. It's sort of a "facade" into SharePoint.
I'm having trouble with getting the application to access the Lists, and it seems like a security issue. Do I need to do anything within SharePoint (or the application itself) to give the application the proper security clearance to access/update these Lists?
EDIT: Perhaps I need to add the application's .dll files to the GAC?
I'm having trouble with getting the application to access the Lists, and it seems like a security issue. Do I need to do anything within SharePoint (or the application itself) to give the application the proper security clearance to access/update these Lists?
EDIT: Perhaps I need to add the application's .dll files to the GAC?