ASP troubleshooting toolsGoLive includes several troubleshooting tools for the ASP server scripting environment: SQL test tool (/config/info/testsql.asp) provides an SQL query test environment using an available database resource. Runtime debug switch (/config/include/utils.runtime6.asp) shows more detailed debug information on a page with errors. Using any text editor, you can set the RuntimeDebug value to true to enable this feature. It is disabled by default. Troubleshooting Report page (/config/info/troubleshooting.asp) provides information about your server environment on a single HTML page you can view in any browser. |