I'm trying to get my Windows form exe to execute from a web server.

Everything works fine on the server itself (my local machine),
when I go to any other machine, I get this error.

I have used the dotnet Trust An Assembly utility to trust the
assembly,
and I can browse to the server OK (my local machine).

Unfortunately our systems administrators have locked down the security
in IE so that it's impossible to add trusted sites, or change any of
these settings.

I can probably get them to change this, but I'd have to be clear in
what I needed changing.

Can anybody help. All the samples sem to assume you've got full access
to the machine.

David Noble