|
-
February 10th, 2005, 11:28 AM
#1
Security Issues with .Net Remoting
I am new to Remoting. Could somebody help please?
I have remote object (MyObject) that is server activated. It has a method : lets say MyMethod();
When I activate the object, everything works well except when I pass parameters to the object which are custom data type.
For example if I do
MyObject.MyMethod(string c) - WORKS WELL
However if I do
MyObject.MyMethod2(customClass MyClass) – it gives me security error.
Any suggestions please???
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|