|
-
Jan 25th, 2005, 03:24 PM
#1
Thread Starter
Junior Member
Server.CreateObject Failed [resolved]
This is my first time trying to put an asp site onto a server. This one is working smoothly from my virtual directory, so I am confused by this error message:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/honeyanded/guestbook.asp, line 20
Invalid ProgID
Line 20 that it refers to is as follows:
Set fileObject = Server.CreateObject( _
"Scripting.FileSystemObject" )
Can anyone tell me what I have done wrong?
Last edited by CandyCanuck; Jan 25th, 2005 at 08:43 PM.
Reason: [resolved]
-
Jan 25th, 2005, 05:12 PM
#2
Re: Server.CreateObject Failed
 Originally Posted by CandyCanuck
This is my first time trying to put an asp site onto a server. This one is working smoothly from my virtual directory, so I am confused by this error message:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/honeyanded/guestbook.asp, line 20
Invalid ProgID
Line 20 that it refers to is as follows:
Set fileObject = Server.CreateObject( _
"Scripting.FileSystemObject" )
Can anyone tell me what I have done wrong?
Forgive me if its too ovbious, but does your host allows the usage of FSO? Some host have restriction on FSO, but most paid host allow it as far as I know. Check your Host's FAQ or as them.
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Jan 25th, 2005, 06:33 PM
#3
Thread Starter
Junior Member
Re: Server.CreateObject Failed
you got that one right on. I figured if it supported asp, it supported everything.
So is there a way to get around this or should I be redesigning my page entirely? perhaps using a database?
The page is a guestbook, reading the data entries from a flat file. The same error of course occurs when trying to add entries.
-
Jan 25th, 2005, 07:00 PM
#4
Re: Server.CreateObject Failed
 Originally Posted by CandyCanuck
you got that one right on. I figured if it supported asp, it supported everything.
So is there a way to get around this or should I be redesigning my page entirely? perhaps using a database?
The page is a guestbook, reading the data entries from a flat file. The same error of course occurs when trying to add entries.
I personally use Database since all of my site is DB driven. And elso its easier to maintain in the long run if you are using DB. Does your Host support DB access? Its not a free host by any chance, is it?
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Jan 25th, 2005, 07:03 PM
#5
Thread Starter
Junior Member
Re: Server.CreateObject Failed
yes it is a free site.
yes, it supports databases.
yes, the rest of my site uses databases.
Not a problem to redesign, just time consuming to start over.
-
Jan 25th, 2005, 07:06 PM
#6
Re: Server.CreateObject Failed
 Originally Posted by CandyCanuck
yes it is a free site.
yes, it supports databases.
yes, the rest of my site uses databases.
Not a problem to redesign, just time consuming to start over.
Well most of the free host does not allow FSO for security risk they pose along with usage of email components.
Yes it will involve slightly extra work but like I said before but it will be benificial in the long run.
Good Luck
Happy Learning
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Jan 25th, 2005, 08:42 PM
#7
Thread Starter
Junior Member
Re: Server.CreateObject Failed [resolved]
Thanks
Now onto database problems.. but starting a new thread for that
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|