The DEVTOOLS Component 1.0: ============================ This component was designed for use with Microsoft Active Server Pages under Internet Information Server. Its primary function is to make easy the development process of the database driven applications and to perform data security. Component Details: ------------------------------------------------------------------------------------------- OBJECT Purpose ------------------------------------------------------------------------------------------- DataCrypt allows to crypt and to decrypt string values SQLBuilder allows to build the SELECT, UPDATE, INSERT and DELETE statements of the SQL language DBDebug allows to create a string for database connection using the ADODB.Connection object and to print RecordSet in the table. Envirn displays the tables with variable names and its values for the form passed values and Server variables Logon allows to perform security for the web page ------------------------------------------------------------------------------------------- The DEVTOOLS Component works with IIS and PWS (versions that support ASP). If you have never installed an ASP based COM dll, follow this instruction: Installation: ----------------- To install the component, simply 1. Copy the DEVTOOLS.DLL to your \system directory under your windows directory on your server. (usually c:\windows\system) 2. Click on the Windows "Start" button. 3. Click on the "Run..." menu item. 4. In the "Run..." dialog type: - the path to "regsvr32.exe". (ie: c:\windows\system\inetsrv\regsvr32.exe) - a space - the path to "DEVTOOLS.DLL" (ie: c:\windows\system\DEVTOOLS.DLL) 5. Click on the "OK" button. NOTE: On most systems you will not need to determine the path of "regsvr32.exe" if the PATH environment variable is set for the directory that contains it. In this case you simply can type "regsvr32.exe c:\windows\system\DEVTOOLS.DLL" in the "Run.." dialog.