Set fso = Server.CreateObject("Scripting.FileSystemObject") 
Author Message
 Set fso = Server.CreateObject("Scripting.FileSystemObject")

I'm trying to create an html document on an NT server, with little success.
I have changed the directory permissions to full control, but I still get
this message

Server object error 'ASP 0177 : 800a004c'

Server.CreateObject Failed

/mortgagerates/update2.asp, line 25

The operation completed successfully.

Any ideas would be greatly appreciated.
The script runs when I use PWS on my local machine.

Thanx
Andrew



Mon, 09 Dec 2002 03:00:00 GMT  
 Set fso = Server.CreateObject("Scripting.FileSystemObject")
So what exactly is on line 25???

--
Michael Harris
MVP Scripting

I'm trying to create an html document on an NT server, with little success.
I have changed the directory permissions to full control, but I still get
this message

Server object error 'ASP 0177 : 800a004c'

Server.CreateObject Failed

/mortgagerates/update2.asp, line 25

The operation completed successfully.

Any ideas would be greatly appreciated.
The script runs when I use PWS on my local machine.

Thanx
Andrew



Mon, 09 Dec 2002 03:00:00 GMT  
 Set fso = Server.CreateObject("Scripting.FileSystemObject")
Had that problem writing directly to a web directory.  Try changing
directories to like C:\temp and run it.  If that has no errors -- and it
probably won't.  You will have to find a way around permissions problems on
the directory you wanted or  create in seperate directory and move it into
the one you want.
   good luck.
Jon B

Quote:
> I'm trying to create an html document on an NT server, with little
success.
> I have changed the directory permissions to full control, but I still get
> this message

> Server object error 'ASP 0177 : 800a004c'

> Server.CreateObject Failed

> /mortgagerates/update2.asp, line 25

> The operation completed successfully.

> Any ideas would be greatly appreciated.
> The script runs when I use PWS on my local machine.

> Thanx
> Andrew



Thu, 09 Jan 2003 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Set filesys = CreateObject("Scripting.FileSystemObject")

2. Set fs = CreateObject("Scripting.FileSystemObject")-error

3. Set filesys = CreateObject("Scripting.FileSystemObject")

4. Server.CreateObject("Scripting.FileSystemObject")

5. CreateObject("Scripting.FileSystemObject") doesnt work

6. CreateObject("Scripting.FileSystemObject")

7. CreateObject("Excel","//server"), MsgBox output

8. CreateObject("Scripting.FileSystemObject") Error

9. ** ? concerning CreateObject("Scripting.FileSystemObject")

10. CreateObject("Scripting.FileSystemObject") Error

11. ** ? concerning CreateObject("Scripting.FileSystemObject")

12. Trouble with CreateObject("Scripting.FileSystemObject")

 

 
Powered by phpBB® Forum Software