switch off secure policy

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

If I try to execute or debug over a network I get security errors on the
most wierd places (for example assigning an url to webbrowser component).. I
heve checked in help but it is even more worse than an licence agreement :(

How to switch all these silly things off ?
 
I think you can grant FullTrust or Everything permissions based on strong
name or cryptographic hash by using MS .NET Framework Configuration tool.

Leonid Finis.
 
Hi Leonid,

I find an Everything group but I'm not sure what to select/unselect. In the
executed code there was an url assigned to a WebBrowser component. I dont
even get it what this has to do with security :(

And it runs on the same machine if the executable is also on the same machine.

exe on XP machine and run it on the same machine -> works
exe on NT machine and run it on the XP machine -> security complaining

rgds, Wilfried
 
Hi,

I found it. For benefit of others:
contorl panel - admin tools - net things

Enterprice - code groups - all code
Machine- code groups - all code
User- code groups - all code

For each of the 3 you have to:
- edit code group properties
- permisschin set tab
set it to 'full trust'

rgds, Wilfried
 
Back
Top