I am receiving an error that I don't understand
Microsoft VBScript runtime error '800a01c2'
Wrong number of arguments or invalid property assignment: 'Category'
/error.asp, line 125
Here is the line of code(125)
objASPError.Category = Replace(objASPError.Category, "'", "''"
Can anyone help with this error?
Microsoft VBScript runtime error '800a01c2'
Wrong number of arguments or invalid property assignment: 'Category'
/error.asp, line 125
Here is the line of code(125)
objASPError.Category = Replace(objASPError.Category, "'", "''"

Can anyone help with this error?