Hi Hiram, accessing CRM 2015 from an external web application is a real pain. The difficulty is authentication. What you can do to overcome this problem, is by adding a .NET webapi controller to your web project. Using the .NET webapi controller you can access CRM by using .NET credentials. You can let the webapi controller pass back the json results to the webpage. On my blog I wrote a couple of articles on this matter. e.g. WebAPI controller: journeyintocrm.com/.../1127 Custom authentication service: journeyintocrm.com/.../1209 I hope this will help you further Bas
↧