Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to share an existing asp.net applications membership database with sharepoint 2010's, when using Forms based authentication

I am trying to integrate an existing asp.net application with sharepoint 2010. I would like to be able to have a logged in user on the application access a document library via an Iframe on the sharepoint 2010 site. I want to use FBA on sharepoint. Is it possible to share the membership database from the asp.net application with sharepoint? If not, what would be the best way to accomplish this?

like image 689
user646442 Avatar asked Dec 13 '25 14:12

user646442


1 Answers

The databases are identical so there is no reason you can't point the SharePoint FBA connection string to your existing database. However, I doubt the user will be transparently logged in.

like image 81
Jeroen Ritmeijer Avatar answered Dec 16 '25 06:12

Jeroen Ritmeijer