How to create a Global connectionstring to SQL Server Database for my SharePoint site
问题 This is my connection string inside my web.config of my SharePoint site. Its sitting just below the closing SharePoint tag. <connectionStrings> <add name="SAMRASConnectionString" connectionString="Data Source=JOHANDEVVM; Initial Catalog=samrasDB; User ID=Johan; Password=password; Trusted_Connection=True" providerName="System.Data.SqlClient" /> </connectionStrings> Where must i place it in order to get a Global Connectionstring. Reason be: When i go to my IIS site Properties -> ASP.NET tab ->