Passport Redirection Problem.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Munna

    Passport Redirection Problem.

    Hi. all!!!!!!!!

    With Passport Authentication
    AFTER SESSION TIME OUT How can i redirect the user to the Passport
    login page.

    And after getting the credential. I need to again redirect to the same
    page..

    I used the below code in vb.net

    identity.LoginU ser(redirectURL , 60, 1, Nothing, -1, Nothing, -1, 0,
    Nothing)

    but it is popping a window for username and password.

    Without Popups. I need to redirect the user to the
    Standard Passport Login page..

    BUT
    After deploying on the server i am not even getting the Pop up. and it
    is giving the standard Passport error..

    "The .NET Passport service is currently unavailable at this Web site
    for one of these reasons:
    The site may contain an error or be experiencing a problem that
    affects the .NET Passport service.
    The .NET Passport service may be experiencing a temporary problem.
    The site may not be an official .NET Passport-participating site.


    Please return to this site later to try again.
    "

    Please help me out to Over come this Problem

    Thanx in Advance
  • Saravana [MVP]

    #2
    Re: Passport Redirection Problem.

    Check out this article on how to implement passport authentication in your
    web page,


    --
    Saravana
    Microsoft MVP - ASP.NET




    "Munna" <kkknnn321@yaho o.com> wrote in message
    news:b52ff2e2.0 407100433.64710 4b3@posting.goo gle.com...[color=blue]
    > Hi. all!!!!!!!!
    >
    > With Passport Authentication
    > AFTER SESSION TIME OUT How can i redirect the user to the Passport
    > login page.
    >
    > And after getting the credential. I need to again redirect to the same
    > page..
    >
    > I used the below code in vb.net
    >
    > identity.LoginU ser(redirectURL , 60, 1, Nothing, -1, Nothing, -1, 0,
    > Nothing)
    >
    > but it is popping a window for username and password.
    >
    > Without Popups. I need to redirect the user to the
    > Standard Passport Login page..
    >
    > BUT
    > After deploying on the server i am not even getting the Pop up. and it
    > is giving the standard Passport error..
    >
    > "The .NET Passport service is currently unavailable at this Web site
    > for one of these reasons:
    > The site may contain an error or be experiencing a problem that
    > affects the .NET Passport service.
    > The .NET Passport service may be experiencing a temporary problem.
    > The site may not be an official .NET Passport-participating site.
    >
    >
    > Please return to this site later to try again.
    > "
    >
    > Please help me out to Over come this Problem
    >
    > Thanx in Advance[/color]


    Comment

    • NHary

      #3
      RE: Passport Redirection Problem.

      I am also facing the similar problem.
      Any solution is most welcome.

      "Munna" wrote:
      [color=blue]
      > Hi. all!!!!!!!!
      >
      > With Passport Authentication
      > AFTER SESSION TIME OUT How can i redirect the user to the Passport
      > login page.
      >
      > And after getting the credential. I need to again redirect to the same
      > page..
      >
      > I used the below code in vb.net
      >
      > identity.LoginU ser(redirectURL , 60, 1, Nothing, -1, Nothing, -1, 0,
      > Nothing)
      >
      > but it is popping a window for username and password.
      >
      > Without Popups. I need to redirect the user to the
      > Standard Passport Login page..
      >
      > BUT
      > After deploying on the server i am not even getting the Pop up. and it
      > is giving the standard Passport error..
      >
      > "The .NET Passport service is currently unavailable at this Web site
      > for one of these reasons:
      > The site may contain an error or be experiencing a problem that
      > affects the .NET Passport service.
      > The .NET Passport service may be experiencing a temporary problem.
      > The site may not be an official .NET Passport-participating site.
      >
      >
      > Please return to this site later to try again.
      > "
      >
      > Please help me out to Over come this Problem
      >
      > Thanx in Advance
      >[/color]

      Comment

      Working...