Web Service Security?

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?
 
E

erymuzuan

so you don't want to use caspol on every user's machine, you can
configure at the domain group level, use the .Net configuration tool and
change the Enterprise policy.

If i'm not mistaken , the application deployed this way can only call a
webservices to the host only. so if you can move the web service to the
same machine where you deploy the app.

regards
erymuzuan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,143
Latest member
DewittMill
Top