.NET Remoting problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I'm trying to create a simple .NET remoting application that can be accessed over Http through the internet, not internally. When I get my object through Activator.GetObject and try to perform a method on that object, I get a System.Web.Exception stating basically (401) unauthorized. Has anyone experienced this and have any tips for me? I'm new to remoting. I tried TCP and couldn't get my router to forward the port correctly. Thanks.