Here's the problem:
- I need to do this in a session events class, as I want it to be reusable and apply to all resources in a given web application.
- If OnStartRequest returns $$$OK, the page renders (%response.Status is set correctly, though).
- If OnStartRequest returns an error, the web application's error page is shown.
The solution might be using a custom error page too.
- Log in to post comments