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

荒凉一梦 提交于 2020-02-03 15:37:05

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/5207255/is-it-possible-to-share-an-existing-asp-net-applications-membership-database-wit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!