I want to copy a site to a new server. I've developped a site on a test server, now I want to copy it to a public server (both run DNN 07.00.05).
I thought I could export the site as a template using the "export site template" button in the site management screen. ftp the template file from one server to the other and create a new site based on that template.
When I export the site without content, it is really without contents. Only the pages and which module is placed where on the page seems to be included. Not even the module settings are included.
When I export the site with content, The site creation fails with a file not found error on a file in the newly created portal. The site is now in some half broken state. There is a page with teh default dnn template, but the login button results in a half login screen. I can create a next protal with the same alias (which normally is not possible) and it fails with the same error message, except the portal id is incremented.
I don't see any files included in the template, it's an xml file, so there probably can't be any files included at all. I would have expected the template to be a zip file.
I think I'm mistunderstanding the concept of the site template?? What would be the correct way to copy a site to an other server?