Hey everyone,
Just looking for some advice here. I have developed a windows application that is run from a USB Thumbdrive; the application runs perfectly on all machines but the 2 dozen thin clients i have on the network.
Since the application is being run via a UNC path the terminal server only gives the application Partial Trust (which is by design in the framework). I could use Caspol to grant full trust but the problem is there are 24 thin clients, so there are 24 paths I would have to give full trust rights too. This is undesirerable.
Also, I could use something like:
System.Security.Permissions.FileIOPermission p;
p.Demand()
and hope that the necessary permissions are granted.
Is there any better way to do this??
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========
__________________
===============================================
Doug Parsons
Wrox online library:
Wrox Books 24 x 7
Did someone here help you? Click

on their post!
"Easy is the path to wisdom for those not blinded by themselves."
===============================================