Error: An error occured while trying to fetch data from your Sharepoint site. Unexpected response from the server. The content type of the response is “”. The status code is “OK” February 24, 2014
Posted by juanpablo1manrique in SharePoint.trackback
Este error se puede presentar por las siguientes causas:
- En el IIS -> Autentication -> Windows Authentication -> providers no exite el proveedor NTLM
- En los bindings del IIS existen varios bindings por diferentes puertos, recomendable tener uno solo
- El DisableLoopbackCheck no se ha deshabilitado
- Se agregaron modificaciones sobre el TAG, system.serviceModel los cuales sobreescriben el comportamiento del servicio client.svc, recomendable que vaya vacio, tal cual viene en SharePoint
<system.serviceModel>
<serviceHostingEnvironment aspNetCompatibilityEnabled=”true” />
</system.serviceModel>
- Site Settings -> Site Collection Administration -> SharePoint Designer Settings esta deshabilitado
- Se esta intentando ingresar por una URL que no existe en Central Administration -> System Settings -> Configure alternate access mappings
- La autenticacion Windows del sitio esta deshabilitada
Saludos
Comments»
No comments yet — be the first.