Hey Guys,
This is for a SP2013 On-Premise environment.
Without using Provider Hosted Apps, can I perform CRUD operation from .NET Application using REST API?
My .NET Application will be sitting on a different IIS Server within the same Corporate Network (ActiveDirectory Server is common for both SharePoint 2013 and IIS).
Is the above possible? Please provide some links that shows how this can be performed.
Thanks,
Kamlesh
Hi,
My requirement is “not” to setup SharePoint Apps Model on my On-premise server.
Is it possible?
Thanks,
Kamlesh
Check out the article Understanding and Using the SharePoint 2013 REST Interface
In this he mentions he is using php application to access the REST end points. He says –  “In order to demonstrate this, we’ve published a sample PHP application that demonstrates how you can interact with a SharePoint site from a remote Web application written in PHP. This particular application is an app for SharePoint that’s designed to be launched from an Office 365 SharePoint site and run from a Windows Azure Web Site. This architecture simplifies some steps, such as publishing the Web site, but the PHP code in the sample can run on any architecture that supports PHP.”
So, this should work for .NET also
Best Regards,
Prashanth Padebettu
Check out my blog – The SharePoint Guide