Now I created a new empty project and install umbraco and I have the same problem:
when running through iis express everything works, but through iis I have error: Uncaught ReferenceError: LazyLoad is not defined. And folder "lazyload" not created again.
Uncaught ReferenceError: LazyLoad is not defined on iis
Hi!
When I try to run my site using iis I get an error: Uncaught ReferenceError: LazyLoad is not defined.
If I run with the visual studio 2015 all right.
I have tried recycling the app pool, emptying the /App_Data/TEMP/ folder, restarting the site. I gave permission for the project directory for all.
umbraco version: 7.2.8 from nuget
windows 10
Thanks
Comment author was deleted
Hey,
How does the content of the /umbraco/lib/lazyload/ directory look, is that the same locally as on your server? Sounds like a missing file
Hi, I do not have lazyload folder in /umbraco/lib. After installation through Nuget lazyload folder not created.
Comment author was deleted
Ok that's the issue then, a missing file
Now I created a new empty project and install umbraco and I have the same problem: when running through iis express everything works, but through iis I have error: Uncaught ReferenceError: LazyLoad is not defined. And folder "lazyload" not created again.
Where can I find the missing files?
And why through iis express everything works?
Problem solved! When I install iis I don`t check Static Content.
Thank you! This solve the problem!
Comment author was deleted
Great, glad it's solved!
is working on a reply...