I am having one DLL component which is having UI in it. I need to access the component from the remote machine. For this i have written the Custom surrogate to invoke the component remotely. This is working fine.I put one method in the interface of the component in order to show the dialog(UI) which resides in the component DLL. While calling the method from the client it is displaying the dialog in the server machine. But my need is this is to be displayed in the client side. In the DCOMCNFG utility i have configured the Identity of the server as Interactive User for this Component. And i have given the access to Everyone in all the places.(like Security, Default Security..). Can you provide the solution for this?