G
Guest
I recently downloaded DNN 3.0. Thousands of files in hundreds of directories.
Every file that contains code or is runnable has been "blocked" by SP2
security features (something to do with zone elevation and local machine
lockdown, I gather).
I can unblock by right-clicking the file, selecting properties, and clicking
the "Unblock" button. This is fine for a file or two, but it is a bit
tedious for hundreds of them. I thought that it would be easy enough to
write a utility to iterate directories and files and unblock them.
Unfortunately, I can't figure out how the "block" attribute is
implemented/exposed.
Any ideas?
BTW, this is the sort of security enhancement that leads to decreased
security. People tend to extend permissions, trusts, ownerships, etc. to
everything, when a more granular approach is not readily available.
Every file that contains code or is runnable has been "blocked" by SP2
security features (something to do with zone elevation and local machine
lockdown, I gather).
I can unblock by right-clicking the file, selecting properties, and clicking
the "Unblock" button. This is fine for a file or two, but it is a bit
tedious for hundreds of them. I thought that it would be easy enough to
write a utility to iterate directories and files and unblock them.
Unfortunately, I can't figure out how the "block" attribute is
implemented/exposed.
Any ideas?
BTW, this is the sort of security enhancement that leads to decreased
security. People tend to extend permissions, trusts, ownerships, etc. to
everything, when a more granular approach is not readily available.