Re: Windows Authentication and Anonymous login URGENT

From: Silvia Brunet Jones (sbrunet_jones_at_hotmail.com)
Date: 07/25/03


Date: Fri, 25 Jul 2003 09:37:59 -0700


thanks for your prompt replay I really need to figure
something out. My problem is that I am doign what you are
saying which is to check if the user is authenticated
(via the Request.IsAuthenticated) and have the
default.aspx to be accessible for both authenticated and
anonymous. The problem is that once you set anonymous
users then the Request.IsAuthenticated is allways false.
This is crazy. If I am inside the intranet then the
Request.IsAuthenticated should be true and then from
outside using anonymous login it should say yes. Right????
This is just what I want to know.
Thank you so much