I am picking up on a project that someone started on a few weeks back....how can I determine what version of Umbraco is currently there and, if necessary, the best steps for uninstalling so that I may start from scratch.
The version number is also normally in the web.config file which can be found in the root directory of the website;
The entry will look something like this: <add key="umbracoConfigurationStatus" value="4.5.2" /> where 4.5.2 is the version number.
Why do you want to 'start from scratch'? It might be easier just to install another umbraco site on your webserver so that you still have the old site there for reference? What sort of server / hosting platform are you using?
Noob
I am picking up on a project that someone started on a few weeks back....how can I determine what version of Umbraco is currently there and, if necessary, the best steps for uninstalling so that I may start from scratch.
Thanks!
Hi Deron.
In the top right corner there's a button called "About". I you click this button a you'll see a popup with the version number.
/Kim A
Hi Deron,
The version number is also normally in the web.config file which can be found in the root directory of the website;
The entry will look something like this: <add key="umbracoConfigurationStatus" value="4.5.2" /> where 4.5.2 is the version number.
Why do you want to 'start from scratch'? It might be easier just to install another umbraco site on your webserver so that you still have the old site there for reference? What sort of server / hosting platform are you using?
Tom
is working on a reply...