I have built an ASP.NET MVC 4 C# application that has Many to One relationships. The application currently uses SQL as data provider. The following is the data connection string I use:
<add name="LanguageServicesDB" connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=aspnet-LanguageServices-20121108111300;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnet-LanguageServices-20121108111300.mdf" providerName="System.Data.SqlClient" />
Now I was asked to have all the data available in a 2007 Sharepoint Server. Is it possible to have Sharepoint as my data source instead of SQL?
I tried few things using this page but nothing worked: http://www.connectionstrings.com/sharepoint