.NET Remoting Security issue (MSPRESS BOOK)

  • Thread starter Thread starter Fabio Cavalcante
  • Start date Start date
F

Fabio Cavalcante

Hi,

I bought the book .NET Remoting (MSPRESS) and using the book's source code
to build a singleton I'm having a problem when the client uses a delegate
(for the server callback) I have a security exception, I've granted Full
Trust to the application and I'm still having the issue.
Can anyone help with that?!

Here you can download the source code from MS:
http://download.microsoft.com/download/MSPressPub/6172/1.0/W98NT42KMeXP/EN-U
S/Remoting.exe

Any help will be greatly appreciated
 
hope u had below entries in configuration for both the client and the
server.
<serverProviders>
<formatter ref="binary" typeFilterLevel="Full"/>
<provider type="App.Shared.Remoting.PrincipalServerSinkProvider,
App.Shared" />
</serverProviders>
 
I'm not using a configuration file, and I'm using an HTTP channel with
default SOAP formatter
 
Back
Top