ok you described the scenario. what is it that does not work?
the web services you are contacting - are they on server.domain or on some
other server?
-D
> Hi
>
[quoted text clipped - 10 lines]
> Thanks in advance
> RC
RCReddy.Ch - 04 Feb 2004 06:41 GMT
My problem is if I dont give FullTrust to my URL in the client
machine, it is throwing SecurityException. I need to deploy my app.exe
without touching the client machine.
Creating a new codegroup (but not FullTrust) in the client machine is
allowed but through the setup only.
Webservices that I am contacting are on the same server.
RCReddy.Ch - 05 Feb 2004 05:24 GMT
My problem is if I dont give FullTrust to my URL in the client
machine, it is throwing SecurityException. I need to deploy my app.exe
without touching the client machine.
Creating a new codegroup (but not FullTrust) in the client machine is
allowed but through the setup only.
Webservices that I am contacting are on the same server.
William Newsom - 06 Feb 2004 05:49 GMT
First you are right that without full trust you will not get the security
permissions to do most anything
what we did is
we set the trusted site in the local intranet to the webserver where the
code resides.
then we set permissions for that intranet by using a security GPO object
through active directory so everyones computer was automatically updated.
problem solved
William
> My problem is if I dont give FullTrust to my URL in the client
> machine, it is throwing SecurityException. I need to deploy my app.exe
[quoted text clipped - 4 lines]
>
> Webservices that I am contacting are on the same server.