Results 1 to 7 of 7

Thread: Server.CreateObject Failed [resolved]

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2004
    Location
    ontario
    Posts
    24

    Question 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]

  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Re: Server.CreateObject Failed

    Quote 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 :

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Sep 2004
    Location
    ontario
    Posts
    24

    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.

  4. #4
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Re: Server.CreateObject Failed

    Quote 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 :

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Sep 2004
    Location
    ontario
    Posts
    24

    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.

  6. #6
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Re: Server.CreateObject Failed

    Quote 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 :

  7. #7

    Thread Starter
    Junior Member
    Join Date
    Sep 2004
    Location
    ontario
    Posts
    24

    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
  •  



Click Here to Expand Forum to Full Width