Posted on: 5/14/2015 7:36:35 PM | Views : 610

My company has an office 365 team site. Within it is a secured SharePoint blog. I want to access the RSS feed for the blog from our ASP.NET (3.5) intranet web site to show it as a news feed on our internal home page. The code below works for unsecured RSS feeds but I'm unable to get it to work with our office 365 Sharepoint blog and I'm using a username and password that has full control of the blog site.  I get the following error: "The remote server returned an error: (403) Forbidden".  I've tried both ...

Go to the complete details ...