Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I played a bit with Error Handling under Admin / Config / System Settings, and noticed that application cannot modify web.config file.
After granting Full Control to AppPool Identity user, everything works fine.
Hi,
I'm using SquishIt in one of the EPiServer projects.
Everything works fine on my local machine, even when I use .ForceRelase(), but on the test server I'm getting a login page.
If I use .ForceDebug() on the test server, then everything works fine but js / css files are not bundled.
I guess that EPiServer / ASP.NET throws an exception for some reason, but I don't know which one.
Error log is empty, and I see nothing strange in network tab (google chrome dev tools).
Can I configure EPiServer to show error messages instead of the login page, or do I have to manually log error messages by attaching to some events in Global.asax.cs?