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

Can you have two files with the same file name in GAC?

2 Answers  


What are the types of remoting?

0 Answers  


Define singleton activation mode in .net remoting?

0 Answers  


What are the steps to publish an object outside the service domain

0 Answers  


What is boxing and unboxing ?

4 Answers   Amdocs, BirlaSoft, TCS,






What do you mean by windows authentication?

0 Answers  


What are the channels in .net remoting?

0 Answers  


Explain how does assembly versioning in .net prevent dll hell?

0 Answers  


Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com

0 Answers   Excel,


What is the proxy of the server object in .net remoting?

0 Answers  


What do you mean by passport authentication and windows authentication ?

5 Answers   TCS,


Which one is better WebService and Remoting ?

0 Answers   NA,


Categories