Re: Forms Authentication Problem

From: Jeff (jsiver_at_nospam.dls.net)
Date: 11/26/03

  • Next message: Jeff: "Re: EventLog access through ASP.Net app"
    Date: Tue, 25 Nov 2003 22:35:03 -0600
    
    

    Are the pages you are redirecting to in the same web app? If not, you need
    to set the MachineKey value in the machine.config file to not be
    automatically assigned. This causes each site to get its own
    encrypt/decrypt keys causing each site to need it's own authentication. You
    can info on how to set the keys here:
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;312906

    HTH,
    Jeff

    "keeper7k" <keeper7k@no.spam.com> wrote in message
    news:MPG.1a2c1befca02574f989680@news.otenet.gr...
    > Hi Everyone...
    >
    > I have a strange problem..
    > I managed to perform authentication (cookie & cookieless ) and
    > get redirected to a default page, but when i try to move to
    > another page within the protected area, i get prompted for the login
    > page again...
    >
    > My Web.Cofig in the authorization section looks like this :
    >
    > <authorization>
    > <deny users="?" />
    > </authorization>
    >
    > Any suggestions would be appreciated..
    > Thanks in advance...


  • Next message: Jeff: "Re: EventLog access through ASP.Net app"