How to create a Global connectionstring to SQL Server Database for my SharePoint site

蹲街弑〆低调 提交于 2019-12-06 07:50:13

Add the connectionString in Machine.Config if you have access to it.

You can use an SPWebConfigModification in a feature reciever to add web.config modifications to all servers in a farm.

http://www.crsw.com/mark/Lists/Posts/Post.aspx?ID=32

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