Re: Forms Authentication Cohabitation Between Framework 1.1 and 2.0
- From: Dominick Baier <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 10 Oct 2006 17:56:37 +0000 (UTC)
You have to sync the machine key elements between the both apps - make sure you are using compatible crypto algorithms in both.
have a look at the <machineKey> element in web.config.
---
Dominick Baier, DevelopMentor
http://www.leastprivilege.com
Hi!
I have an ASP.NET/C# app and I've got to obtain some user data from a
System.Security.Principal.GenericPrincipal object, created in
framework 1.1 in a solution, wich my app will be part of it.
In my Web.Config I write the same configuration that the 1.1 framework
Web.Config projects:
<authentication mode="Forms">
<forms name="myCookie" loginUrl="/theAPP/default.aspx" timeout="10"
/>
</authentication>
This code, calls the login of theAPP solution, but, when the user gets
authenticated, my app doesn't recognize it, and keeps calling the
login...
Any idea of how can I handle this?
Thanks!
*** Sent via Developersdex http://www.developersdex.com ***
.
- References:
- Forms Authentication Cohabitation Between Framework 1.1 and 2.0
- From: Andrés Giraldo
- Forms Authentication Cohabitation Between Framework 1.1 and 2.0
- Prev by Date: Re: AzMan non-admin problem under Win XP
- Next by Date: Re: Can't get Impersonation / delegation to work
- Previous by thread: Forms Authentication Cohabitation Between Framework 1.1 and 2.0
- Next by thread: Re: Can't get Impersonation / delegation to work
- Index(es):
Relevant Pages
|
|