0x8007007E - 500-100.asp, line 223
I am trying to create an object in order to be able to work with some
files on the webserver.
The code looks like:
"
....
Line 333: Dim fso,fileObject
Line 334: Set fso = CreateObject("Scripting.FileSystemObject")
....
"
The error I'm getting states that:
"
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
Technical Information (for support personnel)
* Error Type:
(0x8007007E)
/Ad/AdsLib.asp, line 334
* Browser Type:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2)
Gecko/20040804 Netscape/7.2 (ax)
* Page:
POST 5815 bytes to /Ad/AdsLib.asp
* POST Data:
error '80020009'
Exception occurred.
/iisHelp/common/500-100.asp, line 223
"
I've checked that the IUSR has rights into the folders I will be
working into, but I don't think that is the problem, because I am
getting the error when I am trying to create the object, not when I
want to use it.
I've re-registered the scrrun.dll, but still the same error.
I am runing a W2000 prof.
Please help if you have any ideas.
thanks
|