mimivdg2002
MIS
I have an ASP page that is accessing a SQL Server database to display data. Everything works fine on the development box. When I move this to production, I got the following error:
"Active Server Pages error 'ASP 0113'
Script timed out
The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools. "
I then used Server.ScriptTimeout = 180 to increase the timeout to 3 min. I now get a different error:
"error '8004e002'
The root transaction wanted to commit, but transaction aborted."
Does anybody have any idea why I'm getting these errors? As I said, everything works fine on the dev box, the errors only appear on the production even though the database on dev is identical to the database on production.
Thanks
M
"Active Server Pages error 'ASP 0113'
Script timed out
The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools. "
I then used Server.ScriptTimeout = 180 to increase the timeout to 3 min. I now get a different error:
"error '8004e002'
The root transaction wanted to commit, but transaction aborted."
Does anybody have any idea why I'm getting these errors? As I said, everything works fine on the dev box, the errors only appear on the production even though the database on dev is identical to the database on production.
Thanks
M