Comments on: Configuring Forms Based Authentication in SharePoint 2016 and SharePoint 2019 – Part 4 – Adding Users to the Membership Database https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/ Tips on .Net, SQL Server, Sharepoint & AI Sun, 21 Sep 2025 17:40:52 +0000 hourly 1 https://wordpress.org/?v=6.3.7 By: MES https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-41454 Sun, 21 Sep 2025 17:40:52 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-41454 In reply to Zac.

restart sharepoint administration service and try to run deploy command again.

]]>
By: Amit Verma https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-41262 Wed, 25 Jun 2025 13:02:37 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-41262 In reply to Amit Verma.

I am using SP2019

]]>
By: Amit Verma https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-41261 Wed, 25 Jun 2025 13:01:42 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-41261 I’m having trouble getting the Sharepoint site home page to load when we log in, it remains on the login page.

]]>
By: Zac https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-41122 Tue, 08 Apr 2025 08:42:43 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-41122 Hi Chris, I’m not sure if you still look at the blog. I have run through the instructions and have completed each step but on step 4 when I try to deploy the wsp using the powershell I get the ……. Progress indicators which never complete or if I try manually to activate the solution it never completes. I have a fresh install of SharePoint SE patched to kb50002681. I am wondering if the solution is still compatible. The FBA is seams to be working as I get the correct fba login box. Any thoughts

]]>
By: Chris Coulson https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-38868 Fri, 21 Jan 2022 02:28:37 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-38868 In reply to CVP.

You shouldn’t get an error if you edit a user created in a separate site collection. The user’s profile is stored in each site collection though, so changes to profile fields don’t carry between site collections (This is what SharePoint’s User Profile Sync does for AD users).

If you are getting errors in this situation, maybe post screenshots/more details in https://forums.visigo.com.

]]>
By: CVP https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-38867 Thu, 20 Jan 2022 18:42:34 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-38867 has anyone enabled FBA user management for multiple site collections within the same web application? how do you deal with not knowing where a user was created? for example….

Root level
Site collection A
Site collection B
Site collection C

All users will show up anywhere you are accessing the FBA User Management. You will get an error if you try editing a user that was not created in the same site collect as where you are currently.

Would love to hear if others have addressed this before and how.

Thank you!

]]>
By: James https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-38864 Thu, 17 Jun 2021 09:27:23 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-38864 Hello, just for info, I had this exact same issue..

I double checked my machine.config and web.config, everything was fine…

But I figured it out, I forgot that I had 2 differents users for my web Apps, and they didn’t had the “db_owner” rights on the FBADB SQL Server…

Good luck everyone,

And thank you a lot for this perfect guide

James

]]>
By: James https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-38863 Thu, 17 Jun 2021 09:27:08 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-38863 In reply to Alex.

Hello, just for info, I had this exact same issue..

I double checked my machine.config and web.config, everything was fine…

But I figured it out, I forgot that I had 2 differents users for my web Apps, and they didn’t had the “db_owner” rights on the FBADB SQL Server…

Good luck everyone,

And thank you a lot for this perfect guide

James

]]>
By: Alex https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-38817 Fri, 22 Nov 2019 11:24:23 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-38817 In reply to Alex.

Ignore this as well. It was a typo in the connection string in the machine.config.
Sorry for the spam.
Chris thanks again for your great guide

]]>
By: Alex https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-38816 Fri, 22 Nov 2019 10:32:53 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-38816 In reply to Alex.

I’m pasting here how my web application’s web.config section for the membership and roles is as it did not appeared in my latest response:

]]>