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

From: rdcelit (rdcelit_at_discussions.microsoft.com)
Date: 09/27/04


Date: Mon, 27 Sep 2004 12:01:01 -0700

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_name, true) any more. I added
a hardcoded address to redirect to my homepage:
FormsAuthentication.RedirectFromLoginPage(user_name, 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.



Relevant Pages

  • Re: WebBrowser
    ... what type of authentication are we talking about; Windows ... Authentication or just a simple login form? ... Chris Hanscom - Microsoft MVP ...
    (microsoft.public.vb.controls)
  • Re: User has to login twice. Why??
    ... The design of ASP.NET security doesn't seem to contemplate the fairly common ... scenario where you want to transparently authenticate and authorize Windows ... authentication or something like it. ... > type in the web.config file to Windows and do away with the login form. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • RE: Forms authentication and latest patch for XP (non-SP2)
    ... > writing. ... It worked fine until I installed today's patch for Windows XP (we ... > login form, ... > to make sure that I don't run into this when deploying to my Windows Server ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Patch for OpenSSH for Windows to allow authentication through certificates
    ... Does anyone know if it exists a patch for OpenSSH for Windows to allow ... Using OpenSSH for Windows 3.8p1-1 20040709 Build. ... patch so i can have authentication through certificates between ...
    (SSH)
  • Re: Windows Authentication question
    ... We are creating an intranet here in ASP.NET and we decided that we are ... So, we are creating a default login form, but the user will use the name ... How can I get a list of Windows users in my domain, ... Forms Authentication isn't really appropriate. ...
    (microsoft.public.dotnet.security)