Hey Everyone, I recently experienced an issue with my Umbraco site, one which has caused me to essentially start over. To try and avoid this in the future I have a few questions.
How can I manage Umbraco Packages in visual studio?
How can I manage Javascript/Partial Views in Visual Studio?
What burned me was the fact that these files are created dynamically (which is the point of using a CMS) but not stored anywhere other then on the local web folder. If I republish the site from visual studio (and have the remove files at the destination option checked) I will lose all my dynamically created content. Can these files be stored in the database? Is there something I have missed? How do other developers manage this problem?
Questions for Development
Hey Everyone, I recently experienced an issue with my Umbraco site, one which has caused me to essentially start over. To try and avoid this in the future I have a few questions.
What burned me was the fact that these files are created dynamically (which is the point of using a CMS) but not stored anywhere other then on the local web folder. If I republish the site from visual studio (and have the remove files at the destination option checked) I will lose all my dynamically created content. Can these files be stored in the database? Is there something I have missed? How do other developers manage this problem?
Elliott,
Take a look at https://our.umbraco.org/projects/developer-tools/hybrid-framework-for-umbraco-v7/ you can download the source and see how everything is structured.
Regards
Ismail
Thanks!
is working on a reply...