The code is run within a website accessed from a MS CRM server.
The website resides beneath the SharePoint website, which uses https.
The requirements were for the document library to be created by the
app pool identity.
When I hit the page that accesses the object model to create the
document library (call it sp.aspx), it just displays 401
UNAUTHORIZED. Doing some logging, the code is impersonating as the
app pool identity fine and the error hits when the code hits
CreateDocumentLibrary.
Anyone have any clue as to what's going on?
Thanks,
Jim
http://www.codeproject.com/KB/sharepoint/Dynamic_SharePoint.aspx
"Jim" wrote:
> .
>