Sharing login credentials on localhost with 2 web applications on IIS7, possible?
Posted
by Blankman
on Stack Overflow
See other posts from Stack Overflow
or by Blankman
Published on 2010-03-16T19:39:44Z
Indexed on
2010/03/16
19:41 UTC
Read the original article
Hit count: 214
I have 2 asp.net web applications running in IIS7:
http://app1.local/
and
http://app2.local/
My host.ini file just maps the above urls to localhost:
::1 app1.local
::1 app2.local
I added the same machine key to both their web.config's.
When I sign into app2, and then go to app1, the call to Request.IsAuthenticated is false?
Should this work?
© Stack Overflow or respective owner