Right - the server is not in my area and I'm not sure who has access to what, but I'd just as soon not expose how we did every little thing.
We can go the ActiveX components, but doesn't that require that the user machine have updated system files (MDAC, DCOM, etc.)? Seems like it would introduce a whole new array of things that could screw up. Perhaps it's not that big a deal...
Main Topics
Browse All Topics





by: AzraSoundPosted on 2001-09-04 at 16:55:46ID: 6455014
If youre concerned about visitors to your page, you are fine, so long as you havent done anything to allow your code to be viewed (such as script errors in an include file with *.inc extension)
If you mean you want to protect it from someone you are distributing it to, or from the company hosting your site, then you need to wrap up the "sensitive" code into components (e.g., ActiveX DLLs)