Okay to use the asperror object you have to use
but no matter where I place that code it errors, any ideas?Code:set obj = server.geterror
Printable View
Okay to use the asperror object you have to use
but no matter where I place that code it errors, any ideas?Code:set obj = server.geterror
That's because it's:
Code:set obj = Server.GetLastError()
Thats what I meant, but does it work without the brackets at the end? Because I havent been using those
When I use
I get this:Code:Dim obj
set obj = server.getlasterror()
Object doesn't support this property or method: 'server.getlasterror'
I have put it EVERYWHERE in my code and it still does that. I just don't think the Err object is adequete. Any more ideas?
i just really need help with this
It is only available in ASP 3.0 and IIS 5.0