The AVM does not let errors "past the WAIT-FOR". If there are unhandled errors, the AVM will itself display any errors (or let .NET deal with them).
In .NET terms, you need to add catch blocks to all event handlers, and deal with the errors there. That could be showing errors in some form of...
You can migrate "classic" webspeed to PASOE using the (shipped) CompatibilityHander. In the development server it's the default handler - so in a dev environment you can test easily.
If you want to write new code then you need to add your own WebHandlers. You can use them to process/handler a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.