I am having problems taking the solution that I have developed in the development environment and deploying it into the production environment.
Is there a standard way to do this? I currently have a process that works, but it's not really professional.
Current process:
- install a basic site.. no content.
- copy the web files from development over the new site files
- restore a database over the new database (as this maintains the homepage and contains other information that is difficult to export)
It would be nice if the export process allowed you to select more than one aspx file at a time.
Is there a better way to deploy?
Thanks,
Bevan