Dreamweaver 2004 and Log In User Behaviour

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Dreamweaver 2004 and Log In User Behaviour

    Hi,

    I don't know if some one can help me but I am having a problem with the Log In
    User behaviour running on IIS windows 2000 server. The main problem is it all
    works but when you type your user name and password in and press the enter
    button it takes about 10 mins before it works and takes me to my first page, I
    am using a simple access 2000 database which holds the user names.

    If any could help I would be very greatful.

    Thanks

    Julian

    joolzzz Guest

  2. Similar Questions and Discussions

    1. Dreamweaver MX 2004
      Can anyone help me with the settings I need to connect to the ftp for PWP? Iım using Dreamweaver MX 2004. I was using Dreamweaver MX before & my...
    2. Dreamweaver Behaviour Problems
      I get javascript errors when i try to create a new recordset in the bindings section of Dreamweaver 8. The error message is as follows: While...
    3. flex app/ behaviour and user statistics
      I am trying to figure out a neat way to monitor the behaviour of a user within a Flex app once it has been downloaded onto the desktop. I am...
    4. Dreamweaver MX 2004 bug
      I was using a dynamic function in Dreamweaver MX that has layers and when you hover over these arrows at the bottom, the content scrolls up. When I...
    5. Login user behaviour
      I inserted the login behaviour but edited it so that is would check a username and an email address for a valid login (the user may have either) and...
  3. #2

    Default Re: Dreamweaver 2004 and Log In User Behaviour

    Check the performance of your database.
    Open up Access and run a simple query - "SELECT * FROM UserTable WHERE
    UserName='youruser' AND Password='password', replacing the values as needed.

    If it takes a long time to retrieve the user record from within Access, then
    the problem is with your database.

    "joolzzz" <webforumsuser@macromedia.com> wrote in message
    news:d0hpjp$7bn$1@forums.macromedia.com...
    > Hi,
    >
    > I don't know if some one can help me but I am having a problem with the
    Log In
    > User behaviour running on IIS windows 2000 server. The main problem is it
    all
    > works but when you type your user name and password in and press the
    enter
    > button it takes about 10 mins before it works and takes me to my first
    page, I
    > am using a simple access 2000 database which holds the user names.
    >
    > If any could help I would be very greatful.
    >
    > Thanks
    >
    > Julian
    >

    CMBergin 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