Asp Nightmare

Discussion in 'Classic ASP' started by newbie, Oct 18, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi Everyone,

    as you can tell from the name im new to this asp stuff, i have a problem with a site i am developing at the minute, http://cepassociat.web124.discountasp.netis the temporary URL, i am having problems running an Aspchat application on the server, it ruuns fine on my own lolcal testing machine when when its uploaded it fails to run.

    Any help would be appreciated

    Many thanks

    Graham
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    it's most likely caused by a configuration issue. check the DB connection string, etc.

    I have not installed ASPChat and cannot give you step by step guidance.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. There are no databases involved as far as i can tell. there are no StrDBstrings or drivers in any of the configuration files, however i have a dll on my machine in program files just wondering if this may have something to do with it.

    cheers for the response

    G
     
  4. Bruce

    Bruce DiscountASP.NET Staff

  5. Bruce

    Bruce DiscountASP.NET Staff

  6. Its the bog standard HTTP 500 saying there is a problem with the page, the application does not use any databases but it does seem to require a dll file on the hosting machine, not too sure about that though,
     
  7. The error message i get is as follows


    Server object error 'ASP 0177 : 800401f3'


    Server.CreateObject Failed


    /CEP/ASPchat3/chat1.asp, line 4


    800401f3


    Cheers





    Graham
     
  8. Bruce

    Bruce DiscountASP.NET Staff

    the error means that the application is trying to instantial a component that is not installed on the server.

    Can you copy that line?

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  9. Bruce

    Bruce DiscountASP.NET Staff

    Graham,

    this component is definitely not installed on our server. i do not think you can installl this on our server.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  10. Set objChat = Server.CreateObject("ASPChat3.Chat")

    is the line which corresponds to the error.

    Cheers

    Graham
     
  11. OK Mate, cheers for looking in to this for me, ill find another app for the chat section.


    cheers


    Graham
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page