dotnet remoting:
I asked this question in dotnet.framework.aspnet, but I guess it's really a
remoting question.
My web application communicates with my application layer using tcp/binary
remoting.
I've just started testing in a new datacenter. The network infrastructure
is completely new, or at least different.
In my “old†datacenter, when the application layer throws an exception, it’s
faithfully reproduced in the web application. In the new datacenter every
exception appears to be a remoting exception. Otherwise, everything works
fine.
Any ideas?
Thanks,
Brad