DS
|
| Posted: 04/23/2002, 2:44 PM |
|
Hello folks,
Just downloaded CodeCharge and have been trying the BugTracking system on a SQL Server database. I downloaded the code and changed the connection, so that the ASPs can connect to the database. Also ran the script to create the DB and sample data.
However, when I try to run default.asp, all I see is a blank page. Any idea as to what I need to do to view the sample? Also, I was getting errors that the ADOVBS.INC had duplicates defined (which I commented out).
Any suggestions?
|
|
|
 |
Nicole
|
| Posted: 04/24/2002, 1:35 AM |
|
Hello,
what error message do you get (please provide full text)?
Note, you shouldn't comment/delete anything in code. The only thing you should change is db connection settings.
|
|
|
 |
DS
|
| Posted: 04/24/2002, 8:12 PM |
|
Hi Nicole:
There is no error at all, but I don't see anything either. I got the DB working through the code, but default.asp returns a blank page. Also, I had to blank out ADOVBS.inc, as it was giving an error stating that variables had been redefined.
Any ideas?
|
|
|
 |
Andrew B
|
| Posted: 04/24/2002, 10:25 PM |
|
One thing you might try is accessing 'default.html' to see if it comes up. If it does, then you have a problem with ASP and a restart should usually fix that. I doubt that is your problem, but It has happened to me a few times and that tipped me off.
Just a thought.
|
|
|
 |
|