I am trying to "fix" a program for a friend of mine. He has an applet that
starts a TWAIN scanner through a web interface. Problem is, for some reason,
his software will only work if the .NET security for "my computer", "local
intranet" "internet" Trusted sites" and "untrusted sites" is set to full
trust. Obviously the software is not written 100% properly, but the person
who he had program it is not around for some reason.
Long story short, is there a way to have the install script that installs
this package (it is an applet we install locally, not one we call over the
web), change the trust levels automatically?
I know VERY little about .NET (assume your Grandmother knows more about .NET
than I do), so if you can, please be gentle...
Rob Schieber - 28 Dec 2005 21:09 GMT
> I am trying to "fix" a program for a friend of mine. He has an applet that
> starts a TWAIN scanner through a web interface. Problem is, for some reason,
[quoted text clipped - 9 lines]
> I know VERY little about .NET (assume your Grandmother knows more about .NET
> than I do), so if you can, please be gentle...
Hi,
I don't think its possible to script trust levels. Doing so would open
a huge security hole for virus writers, malicious code etc...

Signature
Rob Schieber
hayesgitsupport - 29 Dec 2005 00:31 GMT
That is what I thought...
Is there a way then to allow .net trust to be changed for a specific program
during an installation routine? Or is there anyone who knows where the
changes are stored?
> > I am trying to "fix" a program for a friend of mine. He has an applet that
> > starts a TWAIN scanner through a web interface. Problem is, for some reason,
[quoted text clipped - 14 lines]
> I don't think its possible to script trust levels. Doing so would open
> a huge security hole for virus writers, malicious code etc...