Forms Authentication Cohabitation Between Framework 1.1 and 2.0
- From: Andrés Giraldo <andres_giraldo@xxxxxxxxx>
- Date: Tue, 10 Oct 2006 10:44:21 -0700
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 ***
.
- Follow-Ups:
- Re: Forms Authentication Cohabitation Between Framework 1.1 and 2.0
- From: Dominick Baier
- Re: Forms Authentication Cohabitation Between Framework 1.1 and 2.0
- Prev by Date: Forcing 401 causes promtp to come up multiple times?
- Next by Date: Re: AzMan non-admin problem under Win XP
- Previous by thread: Forcing 401 causes promtp to come up multiple times?
- Next by thread: Re: Forms Authentication Cohabitation Between Framework 1.1 and 2.0
- Index(es):
Relevant Pages
|
|