Umbraco 4.6.1 installation problem step 2 license 404.4 error
Hi
I've installed Umbraco 4.6.1 trough the Web platform installer.
My system is Windows7 with IIS 7.5. At the same time the .NET 4.0 framework were installed (trough the platform installer).
I set a hostname such as "umbraco.local" and add it to the hosts file and in the install guide and also SQL server database 2008 express on a database server (on the same network).
Umbraco 4.6.1 installation problem step 2 license 404.4 error
Hi
I've installed Umbraco 4.6.1 trough the Web platform installer.
My system is Windows7 with IIS 7.5. At the same time the .NET 4.0 framework were installed (trough the platform installer).
I set a hostname such as "umbraco.local" and add it to the hosts file and in the install guide and also SQL server database 2008 express on a database server (on the same network).
I get to step 1 of the installation guide, (url):
but at the second step url:
http://umbraco.local/install/?installStep=license
I get the following error:
HTTP Error 404.4 - Not found
MapRequestHandler no handler
What is wrong here? On another computer with the same specs (win 7, iis7.5 install trough platform, but database on local computer) no problems.
Hi Andreas
Have you checked that the permissions for network service and iusr have been set properly on the umbraco root folder?
Or maybe you're missing a add on for the server role perhaps?
/Jan
*** SOLVED ***
Hi!
I tried everyone full permission on the root folder, didnt work.
My colleague gave me this tip; add default.aspx to the url:
/install/?installStep=license (before)
/install/default.aspx?installStep=license (after)
which solved the problem... he had the same problem too on Win7 IIS 7.5 / Umbraco 4.6.1
(add the default.aspx on the other urls as well: e.g:
http://myumbraco.local/install/default.aspx?installStep=database)
is working on a reply...