Ok, so I want to build a internet facing asp.net MVC application, place it on server X in my domain, and i want this application to be able to talk Server Y,where SharePoint 2013 is installed. I want my mvc application to be able to do CRUD on some of the lists in SharePoint.
So could any of you point me in the right direction? Should I call SharePoint 2013 Web Services library from within my mvc application?