Hi,

i have client/server socket application, but when i run the client in a
separate computer i get this error below.

Request for the permission of type System.Net.SocketPermission


I search the net but it leads me to caspol or mscorcfg.msc.Is there
other way to NOT configure using these tools when deployed?

Your thoughts.

Re: Request for the permission of type System.Net.SocketPermission by Dmytro

Dmytro
Wed Feb 08 05:15:10 CST 2006

Hi Brendon,

I am afraid there's no other way. However, if you deploy your application to
each machine locally (as opposed to a network share), the application code
should be granted the "FullTrust" permission set by default (unless the
administrator is really paranoid and has set a restrictive enterprise-wide
security policy).

"Brendon Co" <brendonco@gmail.com> wrote in message
news:1138776780.773776.201100@o13g2000cwo.googlegroups.com...
> Hi,
>
> i have client/server socket application, but when i run the client in a
> separate computer i get this error below.
>
> Request for the permission of type System.Net.SocketPermission
>
>
> I search the net but it leads me to caspol or mscorcfg.msc.Is there
> other way to NOT configure using these tools when deployed?
>
> Your thoughts.
>