Symptoms
1) The exported files in the desktop application do not have size (0)
2) The following text is displayed in the synchronization error log:
Error HTTP 405.0 - Method Not Allowed
The page you are looking for cannot be displayed because an invalid method is used (HTTP command).
Cause
Wrong IIS settings.
Solution
Make the following changes in web.config:
<system.webServer> <modules> <remove name="WebDAVModule" /> </modules> <handlers> <remove name="WebDAV" /> </handlers> </system.webServer>