> That's not what I've observed. I tried just that, running an > strong-named > assembly locally and from the Internet. Adding FullTrust for > the assembly > by publickey and name (no version) still caused it to be > denied when run > from the Internet.
Sounds to me like you've got a configuration error of some sort. Can you provide some details on what assemblies (app, lib) are involved in your scenario, how the app is deployed, and what steps you took to 'trust' which assembly? For example, are you running a winforms app from the local hard drive, which in turn depends on a strongly named assembly that's loaded from an internet zone using a codebase hint? And how did you go about configuring the trusted assembly (did you use the 'trust assembly' wizard on the .net configuration tool, or did you manually create the code group yourself, etc, etc). -Mike Bear Canyon Consulting LLC http://www.bearcanyon.com http://www.pluralsight.com/mike =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
