R
Robert
I have created a Windows app in C# which makes a call to a dll created in C#
and to a Web Service, also created in C#. I have put the exe along with a
copy of the dll on a network drive. When I run the exe from a user's
machine, the dll does what it should but when I press the button that makes
the Web Service call, I get a security error,
System.Seciruty.SecurityException. The Web Service is on a web server
separate from the server where the exe resides.
There are quite a few users who will use this applicaton so I do not want to
go to each machine and have it trust the assembley. How can I get this
security issue resolved?
and to a Web Service, also created in C#. I have put the exe along with a
copy of the dll on a network drive. When I run the exe from a user's
machine, the dll does what it should but when I press the button that makes
the Web Service call, I get a security error,
System.Seciruty.SecurityException. The Web Service is on a web server
separate from the server where the exe resides.
There are quite a few users who will use this applicaton so I do not want to
go to each machine and have it trust the assembley. How can I get this
security issue resolved?