I hope this is a simple fix....when i try to run my page and open a text file for writing, i get this error
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/CHDW/email1.asp, line 18
Invalid ProgID.
I have no problems with any of my other server.createobject instances, only the line(line 18) that reads
Set myFile=Server.CreateObject("Scripting.FileSystemObject"
any ideas??? I should mention that i am a newbie....
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/CHDW/email1.asp, line 18
Invalid ProgID.
I have no problems with any of my other server.createobject instances, only the line(line 18) that reads
Set myFile=Server.CreateObject("Scripting.FileSystemObject"
any ideas??? I should mention that i am a newbie....