Вот столкнулся с проблемой
стучимся на
https://crm.*******.com/XRMServices/...ganization.svc
получаем ответ
Код:
OrganizationService Служба
Служба создана.
итд
то есть, все верно
стучимся на
https://crm.*******.com/XRMServices/...ationData.svc/
получаем ответ
Код:
Error Description:
Сбой выполнения Execute URL.
Error Details:
Сбой выполнения Execute URL.
Full Stack:
[HttpException: Сбой выполнения Execute URL.]
в System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.BeginExecuteUrl(String url, String method, String childHeaders, Boolean sendHeaders, Boolean addUserIndo, IntPtr token, String name, String authType, Byte[] entity, AsyncCallback cb, Object state)
в System.Web.HttpResponse.BeginExecuteUrlForEntireResponse(String pathOverride, NameValueCollection requestHeaders, AsyncCallback cb, Object state)
в System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state)
в System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
в System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Что я делаю неправильно?