|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Server object error ASP 0177 : 800a004c w/ OpenTextFile |
From: |
John |
Date: |
9/17/1999 8:35:28 AM |
IP: |
168.159.23.137 |
Im trying to read the contents of a text file. I have used the same code for opening and writing accept the OpenTextFile is CreateTextFile. any help would be greate
this is my code
set FSO = Server.CreateObject("scripting.FileSystemObject")
Set myFile = FSO.OpenTextFile (modify, 1, False, False)
when the second line runs i get this error
Server object error ASP 0177 : 800a004c
Server.CreateObject Failed
modify.asp, line 12
The operation completed successfully.
|
Follow Up - Re: Server object error ASP 0177 : 800a004c w/ OpenTextFile - Tim 9/20/1999 8:02:26 AM
|
|
|
|
|
|
|
|
|
|
|
|