servicedcomponent

COM+: ApplicationException instead of thrown exception

I got a ASP.net webservice which calls a COM+ component. A class in the COM+ component throws an exception which I want to handle. But ApplicationException is caught by the webbservice instead of the real exception. Why is that? Edit: Exception details System.ApplicationException: Error in the application. at System.Runtime.Intero...

ServicedComponent calling another ServicedComponent in the same Server application = remoting?

Is remoting used if a ServicedComponent is calling another ServicedComponent in the same COM+ application? ...