Forms authentication and latest patch for XP (non-SP2)

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

  1. #1

    Default Forms authentication and latest patch for XP (non-SP2)

    I have forms authentication for the ASP.NET application I'm currently
    writing. It worked fine until I installed today's patch for Windows XP (we
    can't go to SP2 yet for various reasons), VS.NET 2003, .NET Framework 1.1...
    These were all patches that I ran. Now, my forms authentication which had
    been running fine up until then doesn't seem to work. I log in through my
    login form, and it doesn't do the
    FormsAuthentication.RedirectFromLoginPage(user_nam e, true) any more. I added
    a hardcoded address to redirect to my homepage:
    FormsAuthentication.RedirectFromLoginPage(user_nam e, true, homepage) and it
    goes to the home page, but every time I click on something, it goes back to
    the login page. Anyone seen this? Does anyone have any suggestions? I
    guess there is always the possibility of backing out of the patch, but I want
    to make sure that I don't run into this when deploying to my Windows Server
    2003 because of a messed up config somewhere.
    rdcelit Guest

  2. Similar Questions and Discussions

    1. ASP.Net Forms authentication with basic authentication popup
      Relatively new to ASP.Net but have a strange problem. My site uses forms authentication for a large administration section however after the user...
    2. Latest Cum Security Patch 4 IE6SP1 Seems 2 cause Problems w ASP.NET HTML Editor
      I work w a non-profit org which is now managing its web site developed using ASP.NET & hosted by an ISP which has stated no changes have been made...
    3. Authentication ticket, cookieless, forms authentication?
      Hi. I want to use Forms Authentication, cookieless. The issue is setting the Authentication Ticket without using cookies (!) That is, the...
    4. Latest Network Patch
      --Boundary_(ID_R0A++Fscuu3sITsBmkwDyQ) Content-type: multipart/related; type="multipart/alternative";...
    5. Latest seurity patch
      I'm using windows xp home edition. How do I know if I have windows xp 32 bit or 64 bit version? I want to download the latest critical windows...
  3. #2

    Default RE: Forms authentication and latest patch for XP (non-SP2)

    Never mind. I got it to work. Thanks.

    "rdcelit" wrote:
    > I have forms authentication for the ASP.NET application I'm currently
    > writing. It worked fine until I installed today's patch for Windows XP (we
    > can't go to SP2 yet for various reasons), VS.NET 2003, .NET Framework 1.1...
    > These were all patches that I ran. Now, my forms authentication which had
    > been running fine up until then doesn't seem to work. I log in through my
    > login form, and it doesn't do the
    > FormsAuthentication.RedirectFromLoginPage(user_nam e, true) any more. I added
    > a hardcoded address to redirect to my homepage:
    > FormsAuthentication.RedirectFromLoginPage(user_nam e, true, homepage) and it
    > goes to the home page, but every time I click on something, it goes back to
    > the login page. Anyone seen this? Does anyone have any suggestions? I
    > guess there is always the possibility of backing out of the patch, but I want
    > to make sure that I don't run into this when deploying to my Windows Server
    > 2003 because of a messed up config somewhere.
    rdcelit Guest

  4. #3

    Default Re: Forms authentication and latest patch for XP (non-SP2)

    could you please post the solution to your problem. it looks as though
    i'm having exactly the same problem and i can't figure it out.
    thnx

    chanko@gmail.com Guest

  5. #4

    Default Re: Forms authentication and latest patch for XP (non-SP2)

    I played with the IIS settings until I got it to work. Apparently SP2
    changes some IIS defaults. I set debugging back to true and I may have
    changed the pooling to medium. Also, it didn't seem to work until I rebooted
    after making these changes, but stopping and restarting may have achieved the
    same effect.

    "chanko@gmail.com" wrote:
    > could you please post the solution to your problem. it looks as though
    > i'm having exactly the same problem and i can't figure it out.
    > thnx
    >
    >
    rdcelit 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