Trying to install umbraco 5 RC1 on win 2008 r2/ iis 7 / .net 4 / mvc3 - copied zip file to root folder, and called http://sitename/install but getting 404 (see details below). Navigating to http://sitename/ gives an empty page.
Wondering if anyone know what's missing here? should be something very simple for sure.
What steps have you taken in order to install RC1?
So have you made sure that the zip file was unblocked before it was unzipped? Are the permissions for network service and iusr correct? Do you have AVG installed? If so you should deactivate it.
Not worries & thanks again for your time Jan :) . Here are the steps I followed:
* don't have avg * zip was unblocked before extraction * IIS_IUSRS group has full control on root umbraco folder - application pool is set to run with ApplicationPoolIdentity, so I believe this would suffice? * app pool running .net 4 - integrated mode - 64 bit - 32 bit apps disabled
hmmm, I must admit that I'm running out of ideas. Don't know if you can perhaps use fiddler to see what is going on when you're trying to access the site? Or if firebug can reveal if any javascript errors are being thrown or if some ressources are missing or something like that?
Trouble installing Umbraco 5 RC1 - getting 404 when invoking /install
Trying to install umbraco 5 RC1 on win 2008 r2/ iis 7 / .net 4 / mvc3 - copied zip file to root folder, and called http://sitename/install but getting 404 (see details below). Navigating to http://sitename/ gives an empty page.
Wondering if anyone know what's missing here? should be something very simple for sure.
Thx. Boby
404.0 error details:
Module: IIS Web Core
Notification: MapRequestHandler
Handler: StaticFile
Error Code: 0x80070002
Requested URL: http://dev.mysite.com:80/install ;
Physical Path: C:\inetpub\wwwroot\umbraco\install
Logon Method: Anonymous
Logon User: Anonymous
Hi Boby
You should simply just call http://dev.mysite.com, which will show you a screen where you can choose to install Umbraco.
In the RC1 there is no folder named "install" :)
/Jan
Thanks Jan, but as noted in my original post, that just gives me a blank page instead of the installation screen!
Boby
Hi Bobby
Sorry, I missed that.
What steps have you taken in order to install RC1?
So have you made sure that the zip file was unblocked before it was unzipped? Are the permissions for network service and iusr correct? Do you have AVG installed? If so you should deactivate it.
/Jan
Not worries & thanks again for your time Jan :) . Here are the steps I followed:
* don't have avg
* zip was unblocked before extraction
* IIS_IUSRS group has full control on root umbraco folder - application pool is set to run with ApplicationPoolIdentity, so I believe this would suffice?
* app pool running .net 4 - integrated mode - 64 bit - 32 bit apps disabled
Boby
Hi Boby
hmmm, I must admit that I'm running out of ideas. Don't know if you can perhaps use fiddler to see what is going on when you're trying to access the site? Or if firebug can reveal if any javascript errors are being thrown or if some ressources are missing or something like that?
Do you have software similiar to AVG installed?
/Jan
How I fixed the 403.14 error:
(Sorry, just now found another ourumbraco article with the same solution, hadn't seen it before)
I was getting 403.14 errors after the default Web PI / Umbraco 5.0.1 install.
This article (http://www.shnake.com/blog/?p=660) says to re-install .NET doing the following:
Start, Run, then C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i
Maybe Web PI installs .NET in the wrong sequence or something?
Anyway, did that after Umbraco install, then was able to go to http://localhost and Umbraco's dashboard/install came up.
is working on a reply...