Guest_imported
New member
- Jan 1, 1970
- 0
I am getting the following error. can anyone help me out?
Server object error 'ASP 0177 : 800a0046'
Server.CreateObject Failed
/test/runtest.asp, line 10
The operation completed successfully.
I posted lines 9,10,11 below:
If objFSO.FileExists(strPath) Then
Set objOpenFile = _
objFSO.OpenTextFile(strPath, ForAppending)
Server object error 'ASP 0177 : 800a0046'
Server.CreateObject Failed
/test/runtest.asp, line 10
The operation completed successfully.
I posted lines 9,10,11 below:
If objFSO.FileExists(strPath) Then
Set objOpenFile = _
objFSO.OpenTextFile(strPath, ForAppending)