Hi all,
I have an application writen by ASP running on a window2003 + IIS6.0 box.
I will log every page the visitor have visited in my own database using
ODBC, however, I found that sometime the IIS will crash and I alway find the
same error message in the event log when the crash happen, the message is
"Error: File /crm/source/client_profile.asp CreateObject Exception. The
CreateObject of '(null)' caused exception C0000005."
So I search in the ASP page and find that there is only 2 place I use
createobject statement, that is
Set db_conn = Server.CreateObject("ADODB.Connection")
and
Set db_rs = Server.CreateObject("ADODB.recordset")
I don't know why this createobject statement will result an exception.
And this exception will not alway happen, it will happen about 2-3 times a
day.
I have no idea but to restart the IIS to temporary solve the problem.
Anyone encounter the similar problem ?
Can anyone help?
Thanks.
ong