I use umbraco version 7.5.3 and make web app in visual studio. So i publsh and deploy aplication on server few weeks ago.
Than i made changes on ma localhost and i deploy application (and database) again on server, but changes are not visible on the server.
I deploy and new version of umbraco.config, but when i start page to application just run over new umbraco.config file and return the old one?!
Problem with umbraco deploy
I use umbraco version 7.5.3 and make web app in visual studio. So i publsh and deploy aplication on server few weeks ago. Than i made changes on ma localhost and i deploy application (and database) again on server, but changes are not visible on the server. I deploy and new version of umbraco.config, but when i start page to application just run over new umbraco.config file and return the old one?!
Can you tell me where I made mistake?
Thanks!
umbraco.config is runtime cache of umbraco, you need delete it after you deploy new db ans also need rebuild examine indexes.
is working on a reply...