Background: I am using a Windows Service to connect to CRM Online 2015 to get specific data from there and move it to a local SQL database for reporting purposes.
This is a well tested code that was running on the server of our client. Recently the service stopped and when i debugged it i got the following error.
This is otherwise working on my local machine but not on the server the service was originally installed on. What could be the reason for this? The client says that there is no firewall on the server. Could it be the domain credentials I am using?
Here is the piece of code I am using to connect to CRM
I get an error at
OrganizationServiceProxy serviceProxy=newOrganizationServiceProxy(OrganizationUri, null, credentials, null);
NOTE: When I try to open any website or even crm instance itself the browser shows me the following:
Any Help guys?