Rexolio
Technical User
- Aug 29, 2001
- 230
Recently my site is running like a turtle with 3 legs. I'm not sure what's going on. I didn't make any major changes to it. The site runs slow, I get timeouts from time to time. Virtually every page talks to a SQL Server 2000 database.
One of the errors I've recently gotten is:
This particular script determines whether or not the visitor has been to the home page, and if not, it updates the count for the home page (in a database table) for the current date.
I've had this script for a long time, and nothing has changed with it.
Currently, we are taking if and statements that display HTML and replacing it with Response.Write (I read to do this in a forum.) Other than that, I'm lost at what else I should check. I can't find any bad loops.
Your help is greatly appreciated.
![[bugeyed] [bugeyed] [bugeyed]](/data/assets/smilies/bugeyed.gif)
guidet@bellsouth.net
"I'm not dumb. I just have a command of thoroughly useless information." - Calvin, of Calvin and Hobbes
One of the errors I've recently gotten is:
Code:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
Query-based update failed because the row to update could not be found.
/includes/Scripts_Home.asp, line 139
This particular script determines whether or not the visitor has been to the home page, and if not, it updates the count for the home page (in a database table) for the current date.
I've had this script for a long time, and nothing has changed with it.
Currently, we are taking if and statements that display HTML and replacing it with Response.Write (I read to do this in a forum.) Other than that, I'm lost at what else I should check. I can't find any bad loops.
Your help is greatly appreciated.
![[bugeyed] [bugeyed] [bugeyed]](/data/assets/smilies/bugeyed.gif)
guidet@bellsouth.net
"I'm not dumb. I just have a command of thoroughly useless information." - Calvin, of Calvin and Hobbes