continueing with my current project of trying to automatically create Sharepoint folders and copy files into sharepoint. I have now done this with a webservice and a web application. I was getting this error when I published the web application to the live server, the code was working on my local dev environment. This time […]
August 9, 2012
I have previously blogged about using authentication with sharepoint online and I am at it again. http://crmbusiness.wordpress.com/2012/06/20/crm-2011-authenticating-with-sharepoint-online-2010-from-a-net/ To summarise the blog above you basically have to login to Sharepoint online before you can create the folders and this involves logging on to Office365. The code checks to see if there any cookies which would have […]
August 7, 2012
I have been working with CRM 2011 and Sharepoint online. Out of the box CRM 2011 has some great integration with Sharepoint and it can create and view folders semi automatically. The current project wanted this to be automatic. The first thing I had to do was understand how this worked and it’s a little […]
June 20, 2012
I was having a struggle to authenticate with Sharepoint Online I was using the Client Object Model and when I was trying to create a connection to sharepoint so I could check if folders had been added for CRM but I was getting a 403 forbidden message. In the back of mind I was thinking […]
August 13, 2012
1