- Dec 1, 2000
- 2,419
- 0
- 0
I just uploaded a website and e-mailed like 50 people saying "go look!"
And now I'm getitng an HTTP 500 error.
I'm using ASP/VBSCRIPT... I can't figure it out. The website works for five minutes and then all of the sudden, every single page posts an HTTP 500. What could be wrong?
I have a hunch that not closing connection objects could be doing this -- i.e. not saying
Conn.close
Set Conn = Nothing
... Should I try that? (So many pages!)
Argh!
And now I'm getitng an HTTP 500 error.
I'm using ASP/VBSCRIPT... I can't figure it out. The website works for five minutes and then all of the sudden, every single page posts an HTTP 500. What could be wrong?
I have a hunch that not closing connection objects could be doing this -- i.e. not saying
Conn.close
Set Conn = Nothing
... Should I try that? (So many pages!)
Argh!