Forms Authentication across ASP.NET applications?

Discussion in 'ASP.NET 2.0' started by FlyTheBlueSky, Mar 11, 2008.

  1. Does DASP support forms authentication across applications on a single server? I've followed the instructions below and after entering the correct username & password, the user is redirected back to the login page.
    See msdn2.microsoft.com/en-us/library/eb0zx8fc.aspx

    Thanks.
     
  2. I should've read the article more closely... looks like I need to generate validationKey and decryptionKey to make it work.
     

Share This Page