REST service app and exceptions
Posted: Fri Dec 02, 2016 3:32 pm
Hi all,
I am using REST services for a new project. It's all working well apart from that the rest call doesn't provide any information of exceptions that occur. All I get is a general "500" error from IIS with the text "The page cannot be displayed because an internal server error has occurred". Jade is supposed to catch the exception and provide information about the error in the response. I have confirmed that no exception handlers are returning Ex_Abort_Action. I have told IIS not to handle 500 error itself. I have raised this with Jade support but aren't getting very far. I know I can arm a local exception handler myself to deal with this but I'd need to arm it in every rest method which is cumbersome.
Does anyone else use REST services and if so is information about exceptions that occur returned back to the client?
Thanks,
Allistar.
CustomLinc.
I am using REST services for a new project. It's all working well apart from that the rest call doesn't provide any information of exceptions that occur. All I get is a general "500" error from IIS with the text "The page cannot be displayed because an internal server error has occurred". Jade is supposed to catch the exception and provide information about the error in the response. I have confirmed that no exception handlers are returning Ex_Abort_Action. I have told IIS not to handle 500 error itself. I have raised this with Jade support but aren't getting very far. I know I can arm a local exception handler myself to deal with this but I'd need to arm it in every rest method which is cumbersome.
Does anyone else use REST services and if so is information about exceptions that occur returned back to the client?
Thanks,
Allistar.
CustomLinc.