How to perform Remoting?



How to perform Remoting?..

Answer / ramakrishna pidugu

Remoting Performance and Auto Web Proxy .

The .Net Framework 2.0 has significant changes to its
support for proxies including support for connection-
specific proxy settings, automatic proxy configuration and
the ability to automatically refreshing proxy settings
whenever the active connection changes. These features can
be very useful in .Net Remoting but the auto web proxy
feature can also affect performance. If you do not need
these settings in your client it might be useful to disable
them.

There are a number of ways to disable this:



1. In Internet Explorer Open Internet Options,
(either through control panel or the Internet Explorerâ„¢
tools menu), switch to the connections tab, and select LAN
settings. Clear all checkboxes under automatic
configuration. This will disable automatic proxy settings
for the current user (note that this will not work for
ASP.NET sites making outgoing web service calls because
they run under a different user).

2. Imperatively disable it by setting
System.Net.WebRequest.DefaultWebProxy = null;

3. In your config file bypass the proxy for your web-
server. You can also disable the default proxy altogether.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Dot Net Remoting Interview Questions

what is Client-activated object in remoting?

0 Answers   DELL,


Define delegates and events?

0 Answers  


What are the information required to configure remote objects?

0 Answers  


About remoting and web services. Difference between them?

6 Answers   Microsoft,


How do you register a .NET assembly?

2 Answers   Microsoft,






What are the security issues if we send a query from the application?

2 Answers   Microsoft, Timken,


Define singleton activation mode in .net remoting?

0 Answers  


Are you aware of containment and Aggregation ?

0 Answers   DELL,


What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?

0 Answers  


Explain the differences between marshal by value and marshal by reference?

0 Answers  


What are the security features in .net remoting?

0 Answers  


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.

0 Answers   Excel,


Categories