Hmm, perhaps you should try and go into the app_data folder and in the "TEMP" folder try deleting the clientdependency folder to see if that has an effect.
Otherwise try contacting your hosting company to ensure that the IIS settings are correct and that the iis_iusrs group has the proper permissions.
I deleted items in clientdependency folder in TEMP
/less/theme.less is in the server
dotless.Core.dll is installed in the bin folder
the application runs in Full Trust (Full - internal)
<add DotLessCss ..> is set in web.config
No changes
After adding <mimeMap fileExtension=".less" ... > there was a change, it looks like some CSS is applied but the result is not correct as you can see at http://demo.hikingspain.net now.
I have other sites running umbraco in the sam host with no problem, If the problem is with LESS. Is it possible to run uBootstarp deactivating LESS for a test?
Thanks for helping me.
I'll ask hosting suport about Integrated Mode and IIS_IUSRS
- I am running in ASP.NET 4.0 . - Your application pool is dedicated and runs with its own user so IIS_iusers do not need any permission, but the user assigned to your pool has all required permissions.
I can change ASP.NET 4.0 to ASP.NET 4.0 Integrated Pipeline, I'll try it and let you know.
CSS not working in remote hosting
Hello
I have installed uBootstrap 1.0.4 on a Umbraco 4.7.1.1 fresh site.
On my PC with web matrix server it works perfect. I have FTP'd all site to http://demo.hikingspain.net but the CSS's are not applied to the site.
What could be the reason?
I am using dotnet-host hosting and with the remote IIS administrator I can not see if it is working with Integrated Mode.
Hi Jordi
Hmm, perhaps you should try and go into the app_data folder and in the "TEMP" folder try deleting the clientdependency folder to see if that has an effect.
Otherwise try contacting your hosting company to ensure that the IIS settings are correct and that the iis_iusrs group has the proper permissions.
Hope this helps.
/Jan
Hi
No changes
After adding <mimeMap fileExtension=".less" ... > there was a change, it looks like some CSS is applied but the result is not correct as you can see at http://demo.hikingspain.net now.
I have other sites running umbraco in the sam host with no problem, If the problem is with LESS. Is it possible to run uBootstarp deactivating LESS for a test?
Thanks for helping me.
I'll ask hosting suport about Integrated Mode and IIS_IUSRS
The hosting support has answered very fast
- I am running in ASP.NET 4.0 .
- Your application pool is dedicated and runs with its own user so IIS_iusers do not need any permission, but the user assigned to your pool has all required permissions.
I can change ASP.NET 4.0 to ASP.NET 4.0 Integrated Pipeline, I'll try it and let you know.
Eureka. The problem came from running ASP.NET 4.0 in Classic Mode. After switching to Integrated Pipeline the CSS are rendered perfect.
THANK YOU!!!
Jordi
Hi everybody. I'm having the same problem. I tried all the solutions listened here but no joy.
My hosting provider is Arvixe.
The app runs in full tyust
The less files are correctly configured.
Like jordi, uBootstrap shows only partially. It seems that some less is being parsed but there's something missing.
But unlike Jordi, if I switch to integrated pipeline, umbraco's backend doesn't show correctly (no js and css) so i must remain in standard pipeline.
You can view the site here: http://casa.ingaldi.com
Any ideas?
Thankyou
Mark
is working on a reply...