Automated Sync Server Deployment

SyncStudio has an automated deployment feature to move the code and configure your Web Service code to run under IIS. This utility is there for your convenience—you could always copy the contents of the Build directory in your project to a virtual directory that you create in IIS yourself and manually configure IIS.

Notes:

1) SyncStudio needs to run in an Application Pool that is configured to use the .NET Framework Version 4.x.

2) SyncStudio requires IIS 7 and up to run.

3) Deployment is the very last stage in the process. Before you deploy to IIS you must have created a project configuration, provisioned your server and generated the server-side code.


Top