Authenticate user - HTTP/1.1 500 Server Error

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Authenticate user - HTTP/1.1 500 Server Error

    When using Authenticate User behavior I get HTTP/1.1 500 Server Error. Only
    on remote server, not localhost. The host first tried to tell me it was
    because I was using Access, that my db wasn't working, but I showed them that
    it did work on pages without the behavior. I feel like I'm getting the
    runaround. Anyone else have this problem? Any ideas on how to help would be
    greatly appreciated.
    Thanks.
    Sally

    NoGoodScreenNamesLeft Guest

  2. Similar Questions and Discussions

    1. HTTP/1.1 500 Server error
      In VS.NET 2003 I want to create a new webservices project. I get the message: "The web server reported the following error...HTTP/1.1 Server Error"...
    2. How to authenticate a user who already logged on another web server
      IMO, the technology is behaving as designed. Both applications require credentials to function...neither is aware that they other has already...
    3. HTTP 500.100 - Internal Server Error - ASP error Help...Please
      I a trying to display an ASP page on IIS 5.1, but i cant, every time i select the info i wanna see a "page cannot be displayed" page. The name of...
    4. C program to authenticate user on AIX?
      Hi Can someone please supply me with a program (perhaps the C source) that authenticates a user on AIX (against the password/shadow/security...
    5. Urgent Help on Authenticate Database User
      Dear all, I'm having a problem here. Suppose I have a database which store the username and password, the user must login in order to use the...
  3. #2

    Default Re: Authenticate user - HTTP/1.1 500 Server Error

    I just realized that when the login page is submitted, not only is the page
    not going to the "if succeeds" page, the domain name appears in the URL twice -
    i.e. [url]http://mydomain.com/mydomain/Residents_LogIn.asp[/url]. This is the URL that is
    giving the 500 error. The page is not going to
    [url]http://mydomain.com/Residents_Profile.asp[/url].

    On my local server it goes to [url]http://localhost/mydomain/Residents_Profile.asp[/url]

    I can't see anything in the code that would cause this. I'll submit it if
    anyone wants to see it. I don't know if this makes a difference, but the
    hosting site allows multiple domains to be hosted, you just put in what
    directory you want them to point to on your server. So this is in a "mydomain"
    directory. But all the other pages work fine, and so does this if I don't have
    the Authenticate User behavior on it.

    Any ideas? I'm totally stuck! Thanks.

    NoGoodScreenNamesLeft Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139