Results 1 to 2 of 2

Thread: ASP Help required

  1. #1
    ^-- I'm with stupid --^
    Join Date
    Jul 2003
    Location
    Under Your Bed
    Posts
    1,354
    Thanks
    0
    Thanked
    0 times in 0 posts

    ASP Help required

    I am building a Log-In page for a friend so they can view some material him and his team are doing online. I have been using ASP and Dreamweaver to build the site and I am an encountering this problem:

    When I view the site offline locally [using IIS] I can log-in, no problem. However when I view the ASP pages online using my ASP host the log-in fails. I had a look at the files I uploaded and they are identical to the ones I have on my localhost but I have noticed that by looking at the index.asp file online some of the code has changed regards the 'POST=' action. The code has gone from this:

    <td colspan="2"> <form ACTION="<%=MM_LoginAction%>" method="POST" name="form1" id="form1">
    <table width="33%" border="0" align="center" cellpadding="3" cellspacing="0">

    to this:

    <td colspan="2"> <form ACTION="/Index.asp" method="POST" name="form1" id="form1">
    <table width="33%" border="0" align="center" cellpadding="3" cellspacing="0">

    ...My basic question obviously, is how do I sort this?!!

    The site being referred to is http://spocking.somee.com/ if you wish to see first hand.

    Thanks for any help.

    Tom
    tom@meangasoline.co.uk | RIP Zoltan

    Canon 350d | 50 F/1.8 Mk II | 70-200 F/4 L | 1Gb Sandisk Ultra III

  2. #2
    ^-- I'm with stupid --^
    Join Date
    Jul 2003
    Location
    Under Your Bed
    Posts
    1,354
    Thanks
    0
    Thanked
    0 times in 0 posts
    ...Sorted now
    tom@meangasoline.co.uk | RIP Zoltan

    Canon 350d | 50 F/1.8 Mk II | 70-200 F/4 L | 1Gb Sandisk Ultra III

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Learning ASP
    By TomWilko in forum Software
    Replies: 9
    Last Post: 02-10-2004, 04:28 PM
  2. Classic ASP apps on W2003/ASP.NET?
    By 8bit in forum Software
    Replies: 2
    Last Post: 10-09-2004, 11:00 PM
  3. ASP Web Server
    By Raz316 in forum Software
    Replies: 3
    Last Post: 17-07-2004, 10:41 PM
  4. *thump* - problem with asp scripts
    By scottyman in forum Software
    Replies: 1
    Last Post: 28-04-2004, 06:54 PM
  5. Interactive ASP database stuff
    By joshwa in forum Software
    Replies: 8
    Last Post: 31-03-2004, 02:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •