Form Error

Discussion in 'HTML / PHP / JavaScript / CSS' started by gwhite, May 11, 2007.

  1. I used the asp source file from brainjar.com and put it in my site's /script folder that I created. The form is called formmail.asp.
    I added my form to my page and when I run it, I get an Internal 500 error as the response after I click Submit on the Form. Can someone help me out?

    Thanks!
     
  2. Bruce

    Bruce DiscountASP.NET Staff

  3. Server object error 'ASP 0177 : 800401f3'


    Server.CreateObject Failed


    /scripts/formmail.asp, line 466


    800401f3
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    You are probably misconfiguring the component to use

    What is this line set to
    mailComp = ""

    Try set this to CDOSYS



    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  5. That did the trick! Thank you so very much!
     

Share This Page