How can I use an exist database with a whole new site?
I have used Umbraco 4.5.1(.net 4) to created a site.
Now, Because HostProvider don't support .net 4, so I want to use Umbraco 4.5.1(.net 3.5) to instead Umbraco4.5.1(.net 4).
Who can give me a simple way to do this?
I only created some xslt, Do I only need copy these xslt into new site, then change database connetion string in web.config? or run install to change connection string?
it should be fine to just copy over the connection string from the .Net4 installation. Obviously you would need the 3.5 binaries, web.config etc, however just copying the created files like xslt and js scripts, css files etc over should do the trick IMHO as everything else is held in the database (and since you are using the same Umbraco version there will be no schema conflict there).
How can I use an exist database with a whole new site?
I have used Umbraco 4.5.1(.net 4) to created a site.
Now, Because HostProvider don't support .net 4, so I want to use Umbraco 4.5.1(.net 3.5) to instead Umbraco4.5.1(.net 4).
Who can give me a simple way to do this?
I only created some xslt, Do I only need copy these xslt into new site, then change database connetion string in web.config? or run install to change connection string?
Hi Sun,
it should be fine to just copy over the connection string from the .Net4 installation. Obviously you would need the 3.5 binaries, web.config etc, however just copying the created files like xslt and js scripts, css files etc over should do the trick IMHO as everything else is held in the database (and since you are using the same Umbraco version there will be no schema conflict there).
Cheers,
Sascha
I think this should work too...
is working on a reply...