Tags:



How do I prevent edits on my networked .hta file?
May 15, 2006 9:16 AM   RSS feed for this thread Subscribe

How do I prevent edits on my networked .hta file?

My department shares a common drive on which I have a .hta file which is a web-looking interface to commonly used files. The .hta file lives on this common drive so I want to protect it from edits by others. How can this be done? Can I somehow password protect the .hta file?
posted by turtle42 to computers & internet (4 comments total)
If it is a windows server, you can set NTFS Permissions.
posted by stupidcomputernickname at 9:19 AM on May 15, 2006


Yup, I second the permissions comment. Same if it's a *nix box. (Different method, same result).
posted by defcom1 at 9:28 AM on May 15, 2006


If you're really paranoid, you can use the Microsoft Script Encoder to obfuscate (but not encrypt) your script code.
posted by idlemind at 9:40 AM on May 15, 2006


Warning: obfuscating the script will in no way prevent it from being edited! False answer:
posted by dmd at 10:22 AM on May 15, 2006


« Older Please help me identify this f...   |   Hi8 to DVD - easiest solution?... Newer »
This thread is closed to new comments.