Help Urgently!! MSDN sample not working!!

  • Thread starter Catherine Jones
  • Start date
P

Paul Glavich

I haven't actually tried and am just guessing, but have you tried putting
the 'typeFilterLevel' elements into the server side remoting config to allow
all types to be remoted?

<serverProviders>
<provider ref="wsdl" />
<formatter ref="soap" typeFilterLevel="Full" />
<formatter ref="binary" typeFilterLevel="Full" />
</serverProviders>

This is new with .Net 1.1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top