ASP MagicBundleMagicBundle is a set of classes that allows you easy access to registry, file system, hard drive information and INI files. MagicBundle could be used from ASP, VB, VC++ or any other enviroment that supports COM model.
ASP MagicFile ObjectThe MagicFile object allows you to manipulate files and directories from an Active Server Page. You can create directories, remove them, search for specific files, and copy files from one destination to another. Directories and files can be searched...
ASP MagicINI ObjectThe MagicINI object allows you to manipulate INI files from an Active Server Page. You can create INI entrees, read them, change and delete values and sections.
ASP MagicRegistry ObjectThe MagicRegistry object allows you to manipulate registry from an Active Server Page. You can create registry keys and tree branches, read them and change values.
ASP Source ControlASP Source Control allows many developers to work on the same project without messing up each other's work. The 100% online interface gives developers access to the development project where ever they may be at. It's stream line design and easy to...
ASP Speed!Wanna triple the speed of ASP? We did too, so we found this one-liner buried in the IIS docs. Basically, just remove the top line of every asp file you got, and replace it with this. The ENABLESESSIONSTATE directive tells the server not to initiate a...
ASP Speed! Part2Normally ASP pages are considered active content. That's sort of the whole point of the name Active Server Pages. There are times, however, when you want to use ASP to generate a page who's content doesn't change very often. It's this type of...
ASP Test ManagerTest Manager is an all-new program that makes creating and administering online tests easier than ever. Create, modify, and delete tests with a single click of the mouse.
The password protected administration menu provides the administrator with the...
ASP/VBA/COM ActiveX Dictionary objectFree-threaded hi-speed dictionary algorithm with unique/nonunique keys (map/multimap). Connect to another dictionary object in the same process. Lock/Unlock methods to synchronize tasks (lookup, application scope). Share ASP Application/Session objects.