<%@Language="VBScript"%> <%Option Explicit%> <% Response.ContentType = "text/html" Response.CharSet = "windows-" & Session.CodePage on error resume next ' --- troubleshooting.asp ----------------------------------------------------- ' ADOBE SYSTEMS INCORPORATED ' Copyright 2002 Adobe Systems Incorporated. All Rights Reserved. ' ' NOTICE: Notwithstanding the terms of the Adobe GoLive End User ' License Agreement, Adobe permits you to reproduce and distribute this ' file only as an integrated part of a web site created with Adobe ' GoLive software and only for the purpose of enabling your client to ' display their web site. All other terms of the Adobe license ' agreement remain in effect. ' ' Adobe GoLive (ASP) Troubleshooting Report ' ' This Active Server Page file performs a series of tests to verify that ' the Adobe GoLive server files are properly installed and configured. ' ' IMPORTANT: This file is for troubleshooting purposes only. You should not ' leave this file installed on a production server because it might provide ' users with information about your security setup and the structure of your ' datasource files. ' ----------------------------------------------------------------------------- ' ----------------------------------------------------------------------------- ' Call the main function, written in JScript, below. main() %>