Can you configure a .NET Remoting object via XML file?
Answer Posted / venu
Yes, via machine.config and application level .config file
(or web.config in ASP.NET). Application-level XML settings
take precedence over machine.config.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can you pass SOAP messages through remoting?
How do you directly call a native function exported from a DLL?
How can we call methods in remoting asynchronously?
What are static assemblies and dynamic assemblies. Differences between them?
Explain marshalling and its types in .net remoting
Define proxy in .net remoting?
Define a process?
Which one is better WebService and Remoting ?
Garbage collector?s functionality on unmanaged code ?
I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.
When should we choose .net remoting over .net web services?
Can you explain remoting?
Is it a good design practice to distribute the implementation to remoting client?
What does manifest consists?
Define singlecall activation mode in .net remoting?