I'm trying to distribute an application using the .NET No Touch Deployment
method. Which is basically
browsing to a .NET .exe in Internet Explorer. I do this and the application
comes up fine. The only problem I have
is that a lot of the functionality of the app won't work because of security
issues.
Can someone tell me the easiest way to give the needed permissions to allow
the app to run on users machines
when it is accessed? Without going to each persons machine individually and
giving them permissions??
Thanks in advance. Mark
Dave - 29 Aug 2003 11:28 GMT
You have to run an install on each box that grants your code more
privileges. If the app itself could grant itself more privileges that
wouldn't be very secure.
> I'm trying to distribute an application using the .NET No Touch Deployment
> method. Which is basically
[quoted text clipped - 8 lines]
>
> Thanks in advance. Mark