Population of database during install hangs at 35%
I am installing Umbraco v4.7.0 on Windows Vista on IIS 7.0, ASP.NET v4.0.30319 and MS SQL Server 2008 Express. I have got past the stage where the database tables have been created and the installer is now attempting to populate the tables.
However, it now just sits at 35% and there is no activity showing on my SQL Server.
Umbraco has 2 connections to the server open doing the following:
SELECT id FROM umbracoNode WHERE id=-21
both are doing the same thing. This query will not produce any result as the table dbo.umbracoNode is still empty as are the rest of the tables.
The LightScribe messages were something else entirely, nothing to do with IIS/SQL etc. I managed to solve my problem when I noticed I hadn't assigned Umbraco to an ASP.NET 4 application pool, once this was done the install completed successfully.
Population of database during install hangs at 35%
I am installing Umbraco v4.7.0 on Windows Vista on IIS 7.0, ASP.NET v4.0.30319 and MS SQL Server 2008 Express. I have got past the stage where the database tables have been created and the installer is now attempting to populate the tables.
However, it now just sits at 35% and there is no activity showing on my SQL Server.
Umbraco has 2 connections to the server open doing the following:
SELECT id FROM umbracoNode WHERE id=-21
both are doing the same thing. This query will not produce any result as the table dbo.umbracoNode is still empty as are the rest of the tables.
I'm not an expert so could use some advice.
Thanks
In the Application event log I got hundreds of the following:
Date14/06/2011 02:22:04
LogWindows NT (Application)
SourceLightScribeService
Category(0)
Event2684485637
ComputerAndrew-PC
Message
Unsupported service control request (see data below)
The LightScribe messages were something else entirely, nothing to do with IIS/SQL etc. I managed to solve my problem when I noticed I hadn't assigned Umbraco to an ASP.NET 4 application pool, once this was done the install completed successfully.
SOLVED.
is working on a reply...