Have you checked the permission of your application? I will recommend you to set the full access permission for NETWORK SERVICE username or just give a full access for EVERYBODY if you are on development machine ;)
To be honest I have previously used the windows installer as it sets up umbraco and the database - with no hiccups. But I didnt feel comfortable trying to develop using 4.6 version
Is the application pool running in integrated mode with the network service as the identity?
And when you say that the server has those setting mentioned by William what do you mean by that? They should be set on the folder of your umbraco installation (the umbraco root folder) and inherited on all files and folder in there.
The above screendump is looking like that because of an issue with the things mentioned above.
umbraco cms images not dislaying
Hi,
I manually installed umbraco cms 4.5 and none of the cms images are displaying.
I downloaded the build folder and placed the contents on a development server.
I created a web application in iis 7 and pointed it to the umbraco folder on the development server.
I installed umbraco and added the database successfully - through the installation step by step process
I am suspecting this is a permissions issue or an incorrect file path
Hi Ash,
Have you checked the permission of your application? I will recommend you to set the full access permission for NETWORK SERVICE username or just give a full access for EVERYBODY if you are on development machine ;)
Will
Hi Will,
The development server has those settings
I have since tried to reinstall umbraco
I get the following screen
To be honest I have previously used the windows installer as it sets up umbraco and the database - with no hiccups. But I didnt feel comfortable trying to develop using 4.6 version
Hi Ash
Is the application pool running in integrated mode with the network service as the identity?
And when you say that the server has those setting mentioned by William what do you mean by that? They should be set on the folder of your umbraco installation (the umbraco root folder) and inherited on all files and folder in there.
The above screendump is looking like that because of an issue with the things mentioned above.
/Jan
You just need to actually give Internet Guest user I think permission of read on the umbraco directory.
Also check that you have on Windows Features
Internet Information Services -> World Wide Web Services -> Common HTTP Features -> Static Content installed .
Otherwise I don't believe you will see images on Windows 7.
Hi all,
Thank you for your help, I am no longer working on the dev server.
I did a clean install on my own laptop and followed the advice about the network service accountand have successfully installed umbraco.
is working on a reply...