Tagged Questions
2
votes
2answers
110 views
Use sharepoint 2007 as database for an ASP.NET MVC 4 application
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 ...