How to access the com+ service with .NET Remoting? Any ideas would be appreciated. zhenghuan XXXX@XXXXX.COM
How to access the com+ service with .NET Remoting? Any ideas would be appreciated. zhenghuan XXXX@XXXXX.COM
1..Net remoting and Com+ enterprise services problem
Hi, Here is the situation: I have business layer that runs as com+ component (server activation), and it is exposed to clients thru remoting (remoting is configured in simple host application that runs on the same machine as business layer). Now I want to transfer some custom data (regarding client credentials) all the way to com+ component. I have implemented custom sinks that are responsible for transfering data from client machine to host application (by transfering client's Thread.CurrentPrincipal to server and replacing server's Thread.CurrentPrincipal with client's), but in com+ component Thread.CurrentPrincipal always returns windows account of host application (in library activation all works fine, because business layer and host are in the same process). Passing data as parameters is out of question, because it could be a maintenance nightmare (i have 100+ methods in business layer). I have read bunch of enterprise services and .net framework articles regarding security, but none seems to address this problem. BTW this is distributed application where client could be anywhere (internet, intranet, same computer...), so native com+ autorization isn't good (because it relies on windows identity of the client).
2.COM+ Web Services (ie remoting com+ from IIS)
Whilst I await a response for the problem I have getting this working for me I would like to ask another question related to enabling COM+ components to be called as web services (checking the SOAP checkbox on the activation tab of the com+ application properties). Are there any performance issues with this method, instead of wrapping up the classes and exposing webmethods yourself? If so what can be done to minimise these? All com+ applications in this scenario are c# (managed code). -------------------------- Shaun Venus emailid: sunevnuahs domain: hotmail.com --------------------------
3.Access .NET DIME Service from COM SOAP Toolkit 3 client
Hi I have created a .NET web service that can be requested to deliver binary data using DIME attachments. I also have created the client part using .NET without too many problems. But what if I need a COM client to consume the DIME attachments from the .NET web service? Are there any good books, samples that explain this constellation? Sincerely Stephan Brunner
4.Windows-service remoting - IPC vs. COM
Hi, i am developing a windows service in C# with the .NET framework 2.0 which must be configured by different applications (VB 6.0 and C#). I need one single object which should be used (how its made by the IPC-remoting-mechanism). But it seems to me that i can't use the IPC-channel mechanism for the VB 6.0 applications. So i wanna use a COM component in VB 6.0. I think i can use a COM wrapper to use the IPC-mechanism under VB 6.0, but it would be better to use only one technique (so i guess this must be COM). But can i do the same things with com as with IPC ? Can i use one single object for all applications? And can i use event-handling like with IPC-remoting? Thank you for your information.
5.accessing window services using .Net remoting
6. .NET Remoting vs COM+ Serviced Component
7. Accessing ATL COM DLL object from VB.NET using asynchronous delegate in COM Development
Users browsing this forum: No registered users and 24 guest