B
big A
I am writing an ASP.net application using the web.config file and
RemotingConfiguration.Configure to define the remoting configuration.
This technique works fine for the initial page load; however if the
page is refreshed or accessed again, I receive the following error:
Remoting configuration failed with the exception
System.Runtime.Remoting.RemotingException: Attempt to redirect
activation of type '<interface name>, <assembly>' which is already
redirected.
Is there a way to unregister WellKnownTypes or something similiar to
"RemotingConfiguration.Un-Configure" Thanks in advance for any help.
thanks,
-a.n.
RemotingConfiguration.Configure to define the remoting configuration.
This technique works fine for the initial page load; however if the
page is refreshed or accessed again, I receive the following error:
Remoting configuration failed with the exception
System.Runtime.Remoting.RemotingException: Attempt to redirect
activation of type '<interface name>, <assembly>' which is already
redirected.
Is there a way to unregister WellKnownTypes or something similiar to
"RemotingConfiguration.Un-Configure" Thanks in advance for any help.
thanks,
-a.n.