Run Umbraco 4 on Windows 8, 10 or 11
p
Hi, I have a client with an old project running on Umbraco v4, and before upgrade or rebuild the project on other version, I need to run it locally on a Windows machine 8, 10 or 11. I have all the source code and the database dump. Can anyone help me with this ? Thank you all!
b
Wow, that was a while ago. Hopefully this can help https://our.umbraco.com/download/releases/41110
p
Thank you very much for the fast answer and documentation link, but the installation link redirects to the Youtube channel, and the oldest videos are for Umbraco 8 đŸ¤”
c
I fear there isn't much documentation for Umbraco 4 available (anymore) due to its last update being 10+ years ago... And while on the subject, I also fear that the source code & database dump of the project probably won't be much use for you either when going for an Umbraco upgrade either đŸ™ˆ
Actually, maybe this can be of help to you, if you insist on needing to run it locally
p
Really thank you for the efficient support! I will check for this! đŸ™‚
I have almost installed the old Umbraco 4 project on a Windows 11 with IIS Express 7 and Microsoft SQL Server 2012. I have imported the database .bak file, and I can successfully connect to the database from MSSMS. But when I setup the SQL database connection information into umbracoDbDsn in the web.config the website is not able to connect to the database. I connect via MSSMS with (localdb)\Localhost (Localhost is the name of the instance) with sa user and the password. The line in the web.config is
<add key="umbracoDbDSN" value="server=(LocalDB)\Localhost;database=nameofdatabase;user id=sa;password=********" />
but is not working. I tried in server attribute:
.\Localhost
,
Localhost
, and more other setting but it does not work. If someone can help me with that to finalize the installation of the projet.
The error I get when I try to load the website is:
A network or instance-specific error has occurred while trying to connect to SQL Server. The server cannot be found or is not accessible. Check that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 50 - Local Database Runtime error occurred. The local database instance specified does not exist.
c
Have you tried the following server? As it's also a common one for local use
(LocalDb)\MSSQLLocalDB
p
It's not working đŸ™‚
5 Views