Forms authentication fails on some computers with IE HELP ! :-(

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Forms authentication fails on some computers with IE HELP ! :-(

    This is really struggling me

    I have a website with forms authentication installed it seems to work
    perfect

    however on some computers it won`t let you login ! strange thing is if
    you intsall on those computers Mozilla ( firefox ) it works as expected

    With just some computers it is not possible to login to this website with
    Internet explorer webbrowsers, i checked all settings and they seem to be
    the same as with computers with IE installed that can loging
    did someone else experienced this ( really strange ) behavior ? or have a
    suggestion of what might go wrong





    M. Posseth Guest

  2. Similar Questions and Discussions

    1. MSI file installation fails on computers with logged-inrestricted users
      I'm trying to package Flash Player 8b for silent distribution via Microsoft SMS. My package works correctly on computers where a logged in user is...
    2. Forms authentication - login fails
      Hi, I have an ASP application using Forms authentication. On my development web server everything works and login is successful, but when I move...
    3. Forms authentication fails on a few computers :-(
      i have a website that has forms authentication installed http://hbase.nohausystems.nl/ it seems to work fine ,,,, however on a few client...
    4. Redirect fails with Forms Authentication
      Geezuz, I feel like a fool but I can't get this SIMPLE redirect out of IIS to hit my login page. Here's the Web.Config code: <authentication...
    5. Forms authentication fails in NET1.1
      I have a web system with forms authenticationthat works good. When I uppgraded from .NET 1.0 to 1.1 I can't leave the login page. If I change to...
  3. #2

    Default Re: Forms authentication fails on some computers with IE HELP ! :-(

    Solved the problem myself

    the default.aspx should not redirect to the logon.aspx :-)

    strange thing is that the problem only occured on some IE6 browsers

    however it works now as expected





    "M. Posseth" <michelp@nohausystems.nl> wrote in message
    news:cc8s4u$91b$1@reader10.wxs.nl...
    > This is really struggling me
    >
    > I have a website with forms authentication installed it seems to work
    > perfect
    >
    > however on some computers it won`t let you login ! strange thing is if
    > you intsall on those computers Mozilla ( firefox ) it works as expected
    >
    > With just some computers it is not possible to login to this website with
    > Internet explorer webbrowsers, i checked all settings and they seem to be
    > the same as with computers with IE installed that can loging
    > did someone else experienced this ( really strange ) behavior ? or have a
    > suggestion of what might go wrong
    >
    >
    >
    >
    >

    M. Posseth Guest

  4. #3

    Default Re: Forms authentication fails on some computers with IE HELP ! :-(

    Can you elaborate a little more than that. I've been having the same issues for almost 2 years now. It behaves like it cannot write the authentication ticket so it always just goes to the login screen. Try another browser on the machine other than IE and it works fine.

    ---
    Posted using Wimdows.net NntpNews Component -

    Post Made from [url]http://www.DotNetJunkies.com/newsgroups[/url] Our newsgroup engine supports Post Alerts, Ratings, and Searching.
    Jamie Cross 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