Sign In
DotNet Remoting
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Remoting Eventing
Archive
Archives
October 2006
(1)
September 2006
(1)
July 2006
(3)
June 2006
(1)
April 2006
(1)
MSDN Blogs
>
DotNet Remoting
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
DotNet Remoting
Whidbey Remoting AccessViolation Problem [Maheshwar Jayaraman]
Posted
over 6 years ago
by
MSDNArchive
1
Comments
There has been some cases where users have reported an AccessViolation when upgrading their Remoting app's to Whidbey. Some users found that the problem repro'd only when they had some anti virus software (Nod32 in particular) installed and the AV went...
DotNet Remoting
Remoting Performance and Auto Web Proxy [Hoop Somuah]
Posted
over 6 years ago
by
MSDNArchive
3
Comments
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...
DotNet Remoting
Channel Properties [Sowmy Srinivasan]
Posted
over 6 years ago
by
MSDNArchive
0
Comments
As Doug indicated I was going to post my deranged .NET Remoting ramblings in my blog . But then John had created this cool blog especially for our Remoting users. So I'll start putting my Remoting posts here. One of the most frequent problems users...
DotNet Remoting
Uniquely identifying clients using CallContext [Gagan Gupta]
Posted
over 6 years ago
by
MSDNArchive
1
Comments
Here is a remoting sample that demonstrates a way to communicate IP address from client to service (it can be easily tweaked to do vice-versa). Sample uses CallContext [1] to achieve this communication. CallContext provides ability to pass data from...
DotNet Remoting
Configuring Kerberos Delegation with .NET Remoting 2.0 [Rick Rainey]
Posted
over 6 years ago
by
MSDNArchive
3
Comments
Version 2.0 of the .NET Framework supports the use of ‘secure channels’. These are powerful new features but they can be extremely challenging to setup. For example, I recently was tasked with trying to get an application to use Kerberos delegation...
DotNet Remoting
SerializationException with IIS [Utkarsh Shah]
Posted
over 6 years ago
by
MSDNArchive
0
Comments
If you are getting an error stating that... System.Runtime.Serialization.SerializationException was unhandled Message="The input stream is not a valid binary format. The starting contents (in bytes) are: 53-65-72-76-65-72-20-65-6E-63-6F-75-6E-74-65-72...
DotNet Remoting
TCP Eventing [Utkarsh Shah]
Posted
over 6 years ago
by
MSDNArchive
1
Comments
Eventing is reliable in case of named pipe scenarios on same machine but not over network. So if underlying sockets close connection eventing won’t try to establish it for you. Using events over network is not recommended. But if you still want to use...
Page 1 of 1 (7 items)