Oh my God - I haive just discovered that my connection details are visible to all and sundry....
I am using a connect.inc file referenced inside my asp's. The inc file is in the same folder as the asp's. The inc file contains both user and password details for the database.
Set con = Server.CreateObject("ADODB.Connection")
CONSTR = "DSN=mydsn;UID=user;PWD=password;"
con.Open CONSTR
I dont want to put the connection details directly into the asp pages as there are so many of them.
HELLLLLLPPPPPPP !!!!