I am deploying my umbraco website and I don't know if I need to deploy all files and folders or some specific ones. I am deploying through ftp using FileZilla.
I was using .sdf database in local environment but now I have converted my database(.sdf file) into .sql for deployment. So do I need to deploy .sdf or related files or not?
Website Deployment
Hi
I am deploying my umbraco website and I don't know if I need to deploy all files and folders or some specific ones. I am deploying through ftp using FileZilla.
Any help would be apperciated.
Regards
Ahmed
Hi Ahmed,
You need to move files and folder as an image below.
Of course, if you have another folders and files which need for your website, you need move them too.
Regards
Vitaly
Thank You so much for your help
I have converted my .sdf to .sql and using it as my database. I have tested it on my localhost and it is working.
So what else I have to exclude?
Sorry, I didn't quite catch you.
I was using .sdf database in local environment but now I have converted my database(.sdf file) into .sql for deployment. So do I need to deploy .sdf or related files or not?
It all depends on the hosting.
I usually make a backup of the database using MSSMS and then restored this backup on the SQL server.
You may need to make changes to the ConnectionString in the web.config, so how to change the server name, login and password to access the database.
Regards
Vitaly
Thankyou for your help
is working on a reply...