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?
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?