How about if the SQL doesn't run IIS server. What I did is ASP script is on webserver and make a ODBC connection to remote SQL Server.
Best Regards stephen -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Sepielli Sent: Tuesday, February 25, 2003 9:30 PM To: [EMAIL PROTECTED] Subject: Re: [WhatsUp Forum] Http content scan config Stephen, You need to strip the http:192.168.1.99:9000/ from your Send statement e.g. Send=GET / HTTP/1.1\r\nAccept: */*\r\nUser-Agent: Ipswitch_Whatsup/8.0\r\n\r\n Set the port to 9000. Whatsup Gold adds the ipaddr at run time. Regards, Joe In reply to 25 Feb message from [EMAIL PROTECTED]: >Hi, >I have a ASP script which uses odbc connection to check SQL server >database. But somehow I tried using "HTTP Content Scan" to check and it >doesn't work. >HTTP Content Scan service config, >Send=GET /http:192.168.1.99:9000/ HTTP/1.1\r\nAccept: >*/*\r\nUser-Agent: Ipswitch_Whatsup/8.0\r\n\r\n Expect=~connection ok >ASP script, ><[EMAIL PROTECTED]"VBSCRIPT"%> ><!--#include file="odbcgkdb.asp" --> ><% >set D_P_Group = Server.CreateObject("ADODB.Recordset") >D_P_Group.ActiveConnection = MM_connCCC_STRING >%> >connection ok >connection ok Can anyone enlighten me. Thanks. Stephen >__________________________________________________ Do You Yahoo!? >Promote your business from just $5 a month! >http://sg.biztools.yahoo.com Please visit >http://www.ipswitch.com/support/mailing-l ists.html to be removed >from this list. An Archive of this list is available at: >http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ __________________________________________________ Do You Yahoo!? Promote your business from just $5 a month! http://sg.biztools.yahoo.com Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/
