Help required in ASP. Please guide me as soon as possible.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sujithvaddi
    New Member
    • Mar 2007
    • 1

    Help required in ASP. Please guide me as soon as possible.

    Hello sir/madam,

    This is Sujith.

    I am working on an online form with user authentication page using ASP and using MS access database.

    So i am done and everything is ok when I am doing on my computer i.e the data entered through form is being updated to the database stored in one of my drives of computer.

    But when i put the files and the database on the server.
    Its giving the error like:

    Method Not Allowed
    The requested method POST is not allowed for the URL
    /nursing/ihi/apn/member_check.as p.

    Apache/1.3.33 Server at www.uic.edu Port 80


    so when I changed to "GET" method, the error has gone but the asp page code is appearing when i click on the submit button of the Authentificatio n page i.e the ASP page is not getting executed.

    So i am unable to deal with either of GET or POST.
    I am struck here.

    Even I put the database on to the server and the path is also right i guess.

    I am sending the code and the links. Please help me as soon as possible.

    http://www.uic.edu/nursing/ihi/apn/
    http://www.uic.edu/nursing/ihi/apn/members


    Thanks in advance.

    Regards,
    Sujith.
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    It looks like the server is not set up to interpret from that folder. Are other scripts being handled correctly?

    Jared

    Comment

    • wardenz
      New Member
      • Jan 2007
      • 5

      #3
      The server your are using right now is not configured to run ASP. Contact your server administrator to confirm.

      Comment

      Working...