Zoning Issues
Currently I am working within a development team on a software using .NET
The question that I have concerns zoning securities by the runtime when an application resides on an intranet drive, and run by a user of the network.
There are a couple of zones, and I understand that certain permissions can be granted to an application (rather than a user {I think}), and these permissions effect if an application or part of an application may run.
My fallback solution will be to catch the error and display to the user to get an administrator to change the permission to the app (but bleh).
What I would like to do, is if existing, would be to add something to the installation process, that if the user is an administrator, that the installer can go into the framework configuration and grant full access to the program if the administrator allows.
Is this possible? If anyone can explain a method to me or point me to some material I can go through Id really appreciate it.
Thanks in advance
Rol...
|