Installed with WebPI with no errors. I end up at a page that has no style and no menus. It acts like a problem with privs, but everything looks OK. Any thoughts?
Under security I gave the application pool and the i_user group full control of the folder. Then I propagated that to all files and subfolders.
Digging here I found some suggestions for similar problems, I then checked the privs on those individule items (umbraco_client folder, App_data/ClientDependency, etc.).
Am I missing something? It wouldn't be the first time... :)
Make sure your web config has a version number (the version your currently using) and correct db info to avoid being redirected everytime you go to your site home address:
<add key="umbracoDbDSN" value="datalayer=SqlServer;server=YOUR SERVER NAME HERE;database=YOURE DATABASE NAME;user id=YOUR DATABASE USERNAME;password=DATABASE PASSWORD" /> <add key="umbracoConfigurationStatus" value="4.7" />
Apparently the integrated security (application pool pass through) was snafu. Added a i_user account assigned it to run the site and all at once everything was as I would expect. Still don't know if the whole thing is caused by some IIS setting or what, but it is working.
New Install 4.7 - Configuration Wizard is dead
iis 7
server 2008
framework 4,0+
Installed with WebPI with no errors. I end up at a page that has no style and no menus. It acts like a problem with privs, but everything looks OK. Any thoughts?
Thanks,
Terry
Couple of other details
server 2008 is 64-bit - SQLExpress database
I do see a couple of broken images and a text-based Lets get started! link (that does not work).
I removed the site and the database and re-installed, same thing.
I should say that this the second Umbraco site on this server and the first one works fine.
Thanks,
Terry
You say the privleges 'look' ok, how did you confirm that? It *does* sound like a privileges problem to me.
Under security I gave the application pool and the i_user group full control of the folder. Then I propagated that to all files and subfolders.
Digging here I found some suggestions for similar problems, I then checked the privs on those individule items (umbraco_client folder, App_data/ClientDependency, etc.).
Am I missing something? It wouldn't be the first time... :)
Jumped off a cliff and did a manual install - same result.
Copied the web.config from the working site and was redirected to the login (with css and scripts) - not so sure it is privs anymore...
Anyone have any ideas?
Thanks,
Terry
Hi terry,
I'm no expert but I wrote this guide which has the correct permissions to use:
http://our.umbraco.org/wiki/how-tos/installing-umbraco-461-on-plesk-shared-host
Make sure your web config has a version number (the version your currently using) and correct db info to avoid being redirected everytime you go to your site home address:
<add key="umbracoDbDSN" value="datalayer=SqlServer;server=YOUR SERVER NAME HERE;database=YOURE DATABASE NAME;user id=YOUR DATABASE USERNAME;password=DATABASE PASSWORD" />
<add key="umbracoConfigurationStatus" value="4.7" />
Hope this helps :)
Sam.
Found a solution:
Apparently the integrated security (application pool pass through) was snafu. Added a i_user account assigned it to run the site and all at once everything was as I would expect. Still don't know if the whole thing is caused by some IIS setting or what, but it is working.
is working on a reply...