Problems with passport authentication

K

Kathy

Hi,
I am facing some problems while implementing passport authentication.
I have followed the following steps ...

1. Installed Passport SDK
2. Got the Key and installed
3. Set SiteID using admin tool

After all these, the Login page wouldn't come up on login.aspx page

In the EventLog, i get the following messages:
"Passport Manager configuration ok."
"Passport Manager process started successfully."

Code snippet:
Dim Passport As PassportIdentity
Passport = Page.User.Identity
If (Passport.GetFromNetworkServer) Then
Response.Redirect("http://localhost")
End If

But GetFromNetworkServer is always false.

Any thoughts on this ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top