Hi,
I have a page with the name "Call" that acts like a web service. The first parameter is "name" which is the function name it should call and all subsequent parameters are specific to the function that is called.
When the Call page is called and the function name is unknown, I would like to return a similar response that NT gives in the case where a page is not found (404). Where in the WebHandler can I do this?
Thys