How to Login to various CRM deployments
CRM supports various Deployment methods and unfortunately for the developers the method to connect to each of these differs. So here are the login functions for each of the Deployment methods supported by Dynamics CRM. On Premise CRM connection: On premise uses AD for authentication. CrmService service = new CrmService(); service.Url = “http://” + servername… Read More »