Next button does not work when installing 4.1 RC on W7 / IIS 7.5
Hi there,
at the moment I am trying to install Umbraco 4.1 RC on top of W7 / IIS 7.5 with .NET 4.0 installed. When I am addressing http://localhost, I am being redirected to the welcome screen of the install routine. So far, so good.
Anyway, now it tells me to click "next" to start the wizard - unfortunately, when I click next, nothing happens at all. What makes me wonder is that there is a little blue cross as well as a progress bar being shown right next to the next button - it seems as if some JavaScript did not work (the AJAX component eventually?).
Well, I just made a folder with the umbraco 4.1 RC in it, then created a website in IIS with app pool set to .NET 4.0. Created websites run on user IIS_IUSRS here and the folder I created has full access for IIS_IUSRS...
I'm a noob when it comes IIS, CMS', etc., so I'm not sure what folders I should have and what not. Though after reading this topic, I am coming across the same problem as you, I think (although on a webhost and using Umbraco v.4.2). I get the install screen like you, with the next button not being clickable.
I have the Client Dependency folder but nothing is in it. Could you explain what I need to do?
Thanks
Edit: I was using v. 4.5.2 and had other problems, so this wasn't one of them. Thanks.
App_Data/ClientDepency exists (it's empty) and NETWORK SERVICE has full rights.
The application pool is running v4.0.30319 in integrated pipeline mode.
The Process Model Identity is NetworkService.
I'm using v4.5.0.
Can anyone suggest what I and Andrew McLellan (previous poster) have done wrong, or what we need to do to get past this step?
Here's a screenshot of the slightly odd-looking Next button (should the progress bar be displayed at this time? And what's the 'x' there for?). Notice also that everything is against the left-edge of the page, whereas in a couple of setup videos I've watched, this appears centred. http://screencast.com/t/NNw74JwoIJ
Have you double checked the app pool settings? Have they been saved? I once had a screen looking the same as yours. When I set the app pool to integrated it solved the problem.
Next button does not work when installing 4.1 RC on W7 / IIS 7.5
Hi there,
at the moment I am trying to install Umbraco 4.1 RC on top of W7 / IIS 7.5 with .NET 4.0 installed. When I am addressing http://localhost, I am being redirected to the welcome screen of the install routine. So far, so good.
Anyway, now it tells me to click "next" to start the wizard - unfortunately, when I click next, nothing happens at all. What makes me wonder is that there is a little blue cross as well as a progress bar being shown right next to the next button - it seems as if some JavaScript did not work (the AJAX component eventually?).
Any ideas?
Cheerio,
Golo
change app pool as asp.net 4 pool
@sun
That's not the solution. If you're using the .NET 2.0 app pool, you'll get an 500 http error code on every request...
@Golo
Installed 4.1 RC fine here on Win7 x64 and IIS7.5, can't help ya...
The app pool already runs ASP.NET 4.0, in integrated mode, with NETWORK SERVICE as user account.
@ kipusoep: How did you install it? Unfortunately, there is no install guide for 4.1 available right now (or I just did not find it).
What I've done so far:
Okay, I've got it ...
1. The folder App_Data/ClientDepency was missing :-(
2. There were no write permissions for NETWORK SERVICE on App_Data
Well, I just made a folder with the umbraco 4.1 RC in it, then created a website in IIS with app pool set to .NET 4.0.
Created websites run on user IIS_IUSRS here and the folder I created has full access for IIS_IUSRS...
@Golo Roden
I'm a noob when it comes IIS, CMS', etc., so I'm not sure what folders I should have and what not. Though after reading this topic, I am coming across the same problem as you, I think (although on a webhost and using Umbraco v.4.2). I get the install screen like you, with the next button not being clickable.
I have the Client Dependency folder but nothing is in it. Could you explain what I need to do?
Thanks
Edit: I was using v. 4.5.2 and had other problems, so this wasn't one of them. Thanks.
I'm having the same issue.
App_Data/ClientDepency exists (it's empty) and NETWORK SERVICE has full rights.
The application pool is running v4.0.30319 in integrated pipeline mode.
The Process Model Identity is NetworkService.
I'm using v4.5.0.
Can anyone suggest what I and Andrew McLellan (previous poster) have done wrong, or what we need to do to get past this step?
Here's a screenshot of the slightly odd-looking Next button (should the progress bar be displayed at this time? And what's the 'x' there for?). Notice also that everything is against the left-edge of the page, whereas in a couple of setup videos I've watched, this appears centred.
http://screencast.com/t/NNw74JwoIJ
Hi Andrew
Have you double checked the app pool settings? Have they been saved? I once had a screen looking the same as yours. When I set the app pool to integrated it solved the problem.
Erm... yeah.... you might be right.
The app pool settings were correct, then I recycled the app pool and now it works.
I'm feeling pretty embarrassed about it now ;)
Hehe, know that feeling.
Well, as long as you got it working :-)
/Jan
is working on a reply...