hi Guys,
I know this is a .net forum but you guys have great all round knowledge and the best answers.
Ive got a classic asp page which im trying to connect to a mysql db with - Ive installed iis 6, setup an odbc connection to the database and tested the connection so it does work, but when i run the index.asp page in explorer nothing displays and no errors coming up even through ive turned all that stuff on in iis manager. below is the code, hope you guys can help me problem solve.
O and there is no query because as it stands it doesnt even show the text in the body tag as you can see below in the explorer source code
Set my_conn = Server.CreateObject("ADODB.Connection")
Set rs = Server.CreateObject("ADODB.Recordset")
my_conn.Open "DSN=testdb"
Source code of page in explorer
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>