Create a brand new VS solution, and install UmbracoCms via NuGet
Copy all views, partial views, macros, css, scripts, App_Plugins etc. from the local copy of the site into your new solution
Diff/merge all of your config files, including web.config
Any controllers, models, or custom code would - as you suggested - need to be examined with something like JetBrains dotPeek to work out exactly what you need to rewrite.
Creating new Visual Studio Solution from Live umbraco project
Hey Guys,
I have got a situation where there is a live Umbraco 7 site running, but the company have lost the source code.
I have done this before so I know its possible, but what is the best way to get all these files from live in to a locally working version.
I know I will have to decompile any custom code/additional dependent projects.
but has any one give me an over view of how they think this can be done? (umbraco 7)
Hi Ayo,
Personally, I'd take this sort of approach...
Any controllers, models, or custom code would - as you suggested - need to be examined with something like JetBrains dotPeek to work out exactly what you need to rewrite.
Good luck!
is working on a reply...