Passport.IsAuthenticated always returns False

  • Thread starter Thread starter John Bravo
  • Start date Start date
J

John Bravo

Hi,

I am hosting a .NET Passport Site in Pre-Production environment (
Windows 2003 Server, IIS 6, Passport 2.5).

Issue 1)
The site is working fine ( I am able to signout and signin) when I use
Passport.GetIsAuthenticated method but when I use
Passport.IsAuthenticated property is always returns me "false". I have
made necessary changes in web.config to implement forms authentication.

Issue 2)
When hosted the site on Windows 2000 Server machine, and call the
signing out cookie delete script followed by
Passport.Signout("abc.gif")

it brings me to a page which shows me this image(abc.gif) rather than
returning me to the "ru" URL. I have entered the return URL setting in
Passport Admin utility but for it does not seem to work.

What is it that I am missing?

Please help!

Thanks.
 
Back
Top