In my current SharePoint 2013 project, I need to implement a custom web service and host it inside the SharePoint site. I know how to do it using the traditional approach (using .asmx). However is it possible to implement the Web Service using ASP.NET
Web API?
↧