Umbraco site live on server but cannot save CSS file.
I have a new website which has gone live on a testing domain.
The site works properly. Umbraco seems to work for most things except I cannot save the css file, I get an error saying
Stylesheet not saved - please make sure that you have permissions set
correctly
I also cannot save a razor macro file, it simply says
Scripting file cannot be saved
I've had a look in the web.config file but I'm not sure where I need to make any changes (if any changes need to be made in there).
Any suggestions?
I'm also having a problem where the save button refuses to do anything when trying to save a template. No error message, nothing. (Don't know if the issues are related?)
To me it sounds like that you not have right folder permissions on the server, where you site are on.
If you´re using Umbraco 6, you could go to the developer section, and click on the second tab, there you have uGoLive, there you can run some checks, and one of them are check for the right folder permissions.
yes it was a permissions issue. I had to add the IIS_USER user to web.config file and allow full access. Now it saves fine on templates, css and scripts.
Umbraco site live on server but cannot save CSS file.
I have a new website which has gone live on a testing domain.
The site works properly. Umbraco seems to work for most things except I cannot save the css file, I get an error saying
I also cannot save a razor macro file, it simply says
I've had a look in the web.config file but I'm not sure where I need to make any changes (if any changes need to be made in there).
Any suggestions?
I'm also having a problem where the save button refuses to do anything when trying to save a template. No error message, nothing. (Don't know if the issues are related?)
Hi John
What is your live environment? Is it a hosted solution or do you host it yourself?
It's important that permissions have been setup correctly (network service and iusr should have sufficient permissions on the umbraco root folder).
You can read more about permissions here
/Jan
Hi John,
To me it sounds like that you not have right folder permissions on the server, where you site are on.
If you´re using Umbraco 6, you could go to the developer section, and click on the second tab, there you have uGoLive, there you can run some checks, and one of them are check for the right folder permissions.
Hope this helps,
/Dennis
Thanks for your replies.
yes it was a permissions issue. I had to add the IIS_USER user to web.config file and allow full access. Now it saves fine on templates, css and scripts.
Thank you
is working on a reply...