Moving Form built on one server to another
How do I move a Form I built on the development server to a different server?
Thank you
Hello Jason,
The way you can move a Form from one project to another without SiteSync is to implement your own service and using the Forms API to query/create the Form on the destination project
- or -
depending on your needs and scenario you can copy the source project and its database on the destination server.
Regards,
Svetoslav Manchev
Telerik
Could I do some SQL export/import to accomplish this? Like select the form and components, export to csv then import into the target machine database.
Hello Jason,
Manual management of the database is not supported scenario. In that particular case there are different tables and configuration affected , so we can not confirm if all the functionality will work as expected by just export/import tables.
The correct approach is by using the SiteSync, Forms API or copy of the database.
Regards,
Svetoslav Manchev
Telerik