i developed an application in vb.net (sql server 2005 as back end)
i install this application on a machine ( called server )
now i want to call this application exe from clients by making short cut on client desktop.
the directory in which application exists on server is shared , but at time of calling is shows that error

----------------
"application attempt to perform an operation not allowed by the security policy, to grant this application requird permission, contect to your system administrator, ot use the micro soft frame work configuration tool.

Requests fro the permission of the type
System.security.permission.securitypermission, mscorlib, version = 2.0.0.0, Culture=natural, public key token=b77a5c561924e089"
------------------
pls help me