SharePoint – Chris Coulson's Developer Notes https://blogs.visigo.com/chriscoulson Tips on .Net, SQL Server, Sharepoint & AI Tue, 19 Jul 2022 19:38:56 +0000 en-US hourly 1 https://wordpress.org/?v=6.3.5 https://blogs.visigo.com/chriscoulson/wp-content/uploads/2011/02/chris_profile-150x150.jpg SharePoint – Chris Coulson's Developer Notes https://blogs.visigo.com/chriscoulson 32 32 SharePoint FBA: SSL Required https://blogs.visigo.com/chriscoulson/sharepoint-fba-ssl-required/ https://blogs.visigo.com/chriscoulson/sharepoint-fba-ssl-required/#respond Tue, 19 Jul 2022 19:00:26 +0000 https://blogs.visigo.com/chriscoulson/?p=480 Recent changes in Chrome to improve cookie security required flags being set on the cookies in order for them to continue to function cross-domain. Microsoft released patches to SharePoint to implement the flags – however the flags also require the cookie to be marked SECURE and now only allows the cookies to function with HTTPS/SSL. Granted you should only be using FBA in production with SSL...

Source

]]>
https://blogs.visigo.com/chriscoulson/sharepoint-fba-ssl-required/feed/ 0
SharePoint 2016 FBA Pack Released https://blogs.visigo.com/chriscoulson/sharepoint-2016-fba-pack-released/ https://blogs.visigo.com/chriscoulson/sharepoint-2016-fba-pack-released/#comments Wed, 18 May 2016 12:36:34 +0000 http://blogs.visigo.com/chriscoulson/?p=299 The SharePoint 2016 FBA Pack has been released. It was ported from the SharePoint 2013 FBA Pack (which was originally ported from the SharePoint 2007 CKS Forms Based Authentication Solution), and includes all of the features from the SharePoint 2013 FBA Pack: Go and grab it!

Source

]]>
https://blogs.visigo.com/chriscoulson/sharepoint-2016-fba-pack-released/feed/ 1
InfoQ FBA Pack Interview https://blogs.visigo.com/chriscoulson/infoq-fba-pack-interview/ https://blogs.visigo.com/chriscoulson/infoq-fba-pack-interview/#respond Tue, 27 May 2014 16:50:23 +0000 http://blogs.visigo.com/chriscoulson/?p=261 I was recently interviewed about the FBA Pack by Jonathan Allen of InfoQ. The interview is here: http://www.infoq.com/news/2014/05/

Source

]]>
https://blogs.visigo.com/chriscoulson/infoq-fba-pack-interview/feed/ 0
SharePoint 2013 FBA Pack Released https://blogs.visigo.com/chriscoulson/sharepoint-2013-fba-pack-released/ https://blogs.visigo.com/chriscoulson/sharepoint-2013-fba-pack-released/#comments Tue, 22 Jan 2013 15:38:12 +0000 http://blogs.visigo.com/chriscoulson/?p=198 The SharePoint 2013 FBA Pack has been released. It was ported from the SharePoint 2010 FBA Pack (which was originally ported from the SharePoint 2007 CKS Forms Based Authentication Solution), and includes all of the features from the SharePoint 2010 FBA Pack: Go and grab it!

Source

]]>
https://blogs.visigo.com/chriscoulson/sharepoint-2013-fba-pack-released/feed/ 50
Filter a SharePoint Calendar List With a Date Picker https://blogs.visigo.com/chriscoulson/filter-a-sharepoint-calendar-list-with-a-date-picker/ https://blogs.visigo.com/chriscoulson/filter-a-sharepoint-calendar-list-with-a-date-picker/#respond Wed, 21 Nov 2012 21:40:41 +0000 http://blogs.visigo.com/chriscoulson/?p=115 I was trying to add a date picker to allow the filtering of a Calendar list in SharePoint. Unfortunately I had SharePoint Foundation, which is missing the Date Filter web part which only comes with the Enterprise edition of SharePoint. I found this article, which works great for filtering a specific date. My calendar items have a StartTime and EndTime though, and could take place over several days.

Source

]]>
https://blogs.visigo.com/chriscoulson/filter-a-sharepoint-calendar-list-with-a-date-picker/feed/ 0
Removing Null Characters (0x00) From Values in SQL Server https://blogs.visigo.com/chriscoulson/removing-null-characters-0x00-from-values-in-sql-server/ https://blogs.visigo.com/chriscoulson/removing-null-characters-0x00-from-values-in-sql-server/#comments Wed, 04 Jul 2012 14:17:30 +0000 http://blogs.visigo.com/chriscoulson/?p=108 I recently came across a problem while crawling a BCS data source in SharePoint 2010. Most of the 130,000 records were getting indexed, but I was getting an error on 25 records: When I first took a look at the offending records in the database I couldn’t see any actual problems. The issue was that the null character in the data was being treated as a string terminator, so it was not being returned...

Source

]]>
https://blogs.visigo.com/chriscoulson/removing-null-characters-0x00-from-values-in-sql-server/feed/ 7
Adding Breadcrumb Navigation to SharePoint 2010 Application Pages https://blogs.visigo.com/chriscoulson/adding-breadcrumb-navigation-to-sharepoint-2010-application-pages/ https://blogs.visigo.com/chriscoulson/adding-breadcrumb-navigation-to-sharepoint-2010-application-pages/#comments Wed, 16 Nov 2011 19:50:20 +0000 http://blogs.visigo.com/chriscoulson/?p=87 The application pages in my SharePoint 2010 FBA Pack were not properly displaying the breadcrumb navigation. They didn’t include ‘Site Settings’ in the navigation – they went straight from Home to the application page. I used the following blog entry to add the breadcrumb navigation: http://weblogs.asp.net/jan/archive/2008/04/16/adding-breadcrumb-navigation-to-sharepoint-application-pages-the-easy...

Source

]]>
https://blogs.visigo.com/chriscoulson/adding-breadcrumb-navigation-to-sharepoint-2010-application-pages/feed/ 4
Bulk Delete SharePoint Site Users with PowerShell https://blogs.visigo.com/chriscoulson/bulk-delete-sharepoint-site-users-with-powershell/ https://blogs.visigo.com/chriscoulson/bulk-delete-sharepoint-site-users-with-powershell/#comments Wed, 16 Nov 2011 14:00:20 +0000 http://blogs.visigo.com/chriscoulson/?p=86 Below is a PowerShell script for deleting a filtered list of users from a SharePoint site. Simply copy the script to a .ps1 file, adjust the $SITEURL to the url of the site and adjust the $USERNAMEFILTER to a lowercase string that is contained in all of the usernames you would like to delete. The script is based on a combination of the scripts from: http://blogs.msdn.com/b/vijgang/archive/2009/04/

Source

]]>
https://blogs.visigo.com/chriscoulson/bulk-delete-sharepoint-site-users-with-powershell/feed/ 4
Mixed Http and Https Content with SharePoint 2010 https://blogs.visigo.com/chriscoulson/mixed-http-and-https-content-with-sharepoint-2010/ https://blogs.visigo.com/chriscoulson/mixed-http-and-https-content-with-sharepoint-2010/#comments Wed, 12 Oct 2011 18:51:33 +0000 http://blogs.visigo.com/chriscoulson/?p=62 Have you ever wanted to have mixed https and http content in SharePoint? By that I mean a login page and user pages secured by https, while the rest of the content is delivered unsecured via http. Having the content either all http or all https is a breeze, but I wanted to be able to deliver both, and I ran into problem after problem. Here’s how it’s done, step by step: Note: This tutorial is...

Source

]]>
https://blogs.visigo.com/chriscoulson/mixed-http-and-https-content-with-sharepoint-2010/feed/ 25
Mixed Anonymous and Secure Content with SharePoint 2010 https://blogs.visigo.com/chriscoulson/mixed-anonymous-and-secure-content-with-sharepoint-2010/ https://blogs.visigo.com/chriscoulson/mixed-anonymous-and-secure-content-with-sharepoint-2010/#comments Wed, 12 Oct 2011 18:51:08 +0000 http://blogs.visigo.com/chriscoulson/?p=64 In this tutorial i’m going to step you through how to set up a SharePoint 2010 publishing portal with both anonymous and secure content. 1. Create a new Web Application in Central Admin. Make sure that you select ‘Yes’ for Allow Anonymous. All other values can remain at the defaults. For this example I’m going to use FBA Claims based authentication. 2. Using central admin, create a site collection...

Source

]]>
https://blogs.visigo.com/chriscoulson/mixed-anonymous-and-secure-content-with-sharepoint-2010/feed/ 8